Skip to content

Commit

Permalink
fix: correct lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rozanagy committed Mar 26, 2024
1 parent 25b5cb5 commit 668cb1e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/styles/app-theme.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { extendTheme } from '@chakra-ui/react';
// Supports weights 100-900
import '@fontsource-variable/onest';

import { buttonTheme } from './button-theme';
import { dividerTheme } from './divider-theme';
Expand All @@ -8,9 +10,6 @@ import { selectTheme } from './select-theme';
import { tabsTheme } from './tabs-theme';
import { textTheme } from './text-theme';

// Supports weights 100-900
import '@fontsource-variable/onest';

export const appTheme = extendTheme({
components: {
Menu: menuTheme,
Expand Down Expand Up @@ -38,8 +37,8 @@ export const appTheme = extendTheme({
bgImage: '././public/images/new_background_dots_remake_test.jpeg',
bgSize: 'cover',
width: '100%',
bgPosition: 'top'
}
bgPosition: 'top',
},
}),
},
colors: {
Expand Down

0 comments on commit 668cb1e

Please sign in to comment.