Skip to content

Commit

Permalink
fix text align
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Jul 24, 2024
1 parent 27315c6 commit 5d3570a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div>
<div class="post-it">
<div id="sticky_note_{{$note->id}}" class="@if($note->is_pined) taped_note_pined @else taped_note @endif w-full">
<div class="p-4 apply-font" style="color: {{ $note->color }} !important;">
<div class="p-4 apply-font text-start" style="color: {{ $note->color }} !important;">
@if($note->icon)
<div style="color: {{$note->color}} !important;">
<x-filament::icon icon="{{$note->icon}}" class="w-8 h-8 mb-2" />
Expand Down

0 comments on commit 5d3570a

Please sign in to comment.