Skip to content

Commit

Permalink
fix: pastille menu
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurlbrjc committed Dec 19, 2024
1 parent bc6dadf commit 74d6fab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion assets/icons/informations/error.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion components/ui/Form/NavLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function BadgeNavLink({ label }: { label: string }) {
<IconComponent
focusable={false}
aria-hidden={true}
className='w-4 h-4 fill-warning absolute top-0 left-0 bg-white rounded-full'
className='w-4 h-4 fill-warning absolute border border-white top-0 left-0 bg-white rounded-full'
name={IconName.Error}
/>
<span className='sr-only'>{label}</span>
Expand Down

0 comments on commit 74d6fab

Please sign in to comment.