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 b663ccf commit 27315c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/note-action.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class="cursor-pointer"
<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 27315c6

Please sign in to comment.