Skip to content

Commit

Permalink
init chakra steps in chakra config
Browse files Browse the repository at this point in the history
  • Loading branch information
nikos-koukis committed Oct 13, 2023
1 parent f1df8d9 commit 32c5651
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/config/chakraTheme.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import { extendTheme, ThemeConfig } from '@chakra-ui/react';
import { StepsTheme as Steps } from 'chakra-ui-steps';

export const theme = extendTheme({
components: {
Steps,
},
config: {
initialColorMode: 'light', // or 'light'
useSystemColorMode: false,
Expand Down

0 comments on commit 32c5651

Please sign in to comment.