Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunear committed Jun 6, 2024
1 parent 5fa64b1 commit c9eef0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/theme/components/TokenModal/TokenModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const TokenModal = ({
<Modal.Header className={classes.modalHeader}>
<img
src='img/emblem.svg'
alt='ff'
alt=''
className={classes.emblem}
/>
<span className={classes.headerText}>Kopier fargetema</span>
Expand Down Expand Up @@ -232,13 +232,13 @@ export const TokenModal = ({
onClick={() => generateThemeJson('light')}
value='value1'
>
Lightmode
Light Mode
</Tabs.Tab>
<Tabs.Tab
onClick={() => generateThemeJson('dark')}
value='value2'
>
Darkmode
Dark Mode
</Tabs.Tab>
{showGlobals && (
<>
Expand Down

0 comments on commit c9eef0e

Please sign in to comment.