Skip to content

Commit 2fa34a7

Browse files
committed
remove repeated global styles from chakra config in favor of tailwind styles
1 parent e42d60a commit 2fa34a7

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

src/@chakra-ui/styles.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/@chakra-ui/theme.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { extendBaseTheme, type ThemeConfig } from "@chakra-ui/react"
33
import components from "./components"
44
import foundations from "./foundations"
55
import semanticTokens from "./semanticTokens"
6-
import styles from "./styles"
76

87
const config: ThemeConfig = {
98
cssVarPrefix: "eth",
@@ -19,7 +18,6 @@ const config: ThemeConfig = {
1918
*/
2019
const theme = {
2120
config,
22-
styles,
2321
...foundations,
2422
semanticTokens,
2523
components,

0 commit comments

Comments
 (0)