Skip to content

Commit

Permalink
customize qrcode colors
Browse files Browse the repository at this point in the history
  • Loading branch information
danilopolani committed Apr 14, 2024
1 parent 66e19a5 commit 0f5108a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ class="!bg-amber-500 hover:!bg-amber-400"
<qr-code
id="device-preview-qrcode"
contents="https://mailcarrier.app"
module-color="#1c7d43"
position-ring-color="#13532d"
position-center-color="#70c559"
module-color="rgb({{ \Filament\Support\Colors\Color::Indigo[600] }})"
position-ring-color="rgb({{ \Filament\Support\Colors\Color::Indigo[800] }})"
position-center-color="rgb({{ \Filament\Support\Colors\Color::Indigo[400] }})"
style="
width: 300px;
height: 300px;
Expand Down

0 comments on commit 0f5108a

Please sign in to comment.