Skip to content

Commit

Permalink
fix the dismiss button
Browse files Browse the repository at this point in the history
  • Loading branch information
rwecho committed Feb 21, 2024
1 parent 6841a41 commit ccd0a74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/V2ex.Blazor.Shared/_Imports.razor
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@
@using V2ex.Blazor.Components
@using V2ex.Api
@using V2ex.Blazor.Services

2 changes: 1 addition & 1 deletion src/V2ex.Blazor/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h3 class="text-xl font-medium text-gray-900 dark:text-white">
</button>
<button data-modal-hide="blazor-error-ui" type="button"
class="dismiss ms-3 text-gray-500 bg-white hover:bg-gray-100 focus:ring-4 focus:outline-none focus:ring-gray-200 rounded-lg border border-gray-200 text-sm font-medium px-5 py-2.5 hover:text-gray-900 focus:z-10 dark:bg-gray-700 dark:text-gray-300 dark:border-gray-500 dark:hover:text-white dark:hover:bg-gray-600 dark:focus:ring-gray-600">
🗙
Dismiss
</button>
</div>
</div>
Expand Down

0 comments on commit ccd0a74

Please sign in to comment.