Skip to content

Commit

Permalink
dark mode border
Browse files Browse the repository at this point in the history
  • Loading branch information
scazan committed May 2, 2024
1 parent 607b781 commit 55f8b08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/TableOfContents/Trademark.tsx
Expand Up @@ -86,7 +86,7 @@ export function TrademarkLink(props: {
'hover:bg-dark/1',
'px-4',
'py-4',
'rounded-md',
'rounded-lg',
'straight-corners:rounded-none',
'hover:backdrop-blur-sm',
'lg:ring-0',
Expand All @@ -95,6 +95,8 @@ export function TrademarkLink(props: {
'dark:ring-light/1',
'dark:font-normal',
'border',
'border-dark/2',
'dark:border-light/2',
)}
>
<IconLogo className={tcls('w-5', 'h-5', 'mr-3')} />
Expand Down

0 comments on commit 55f8b08

Please sign in to comment.