Skip to content

Commit d871371

Browse files
committed
refactor: remove alert styles
1 parent 7f6b22a commit d871371

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

app/styles/theme.ts

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -136,17 +136,6 @@ const Popover = {
136136
},
137137
};
138138

139-
const Alert = {
140-
variants: {
141-
success: {
142-
container: {
143-
bg: "hsl(var(--success) / 0.6)",
144-
color: "hsl(var(--text) / 0.8)",
145-
},
146-
},
147-
},
148-
};
149-
150139
export const theme = extendTheme({
151140
config: {
152141
initialColorMode: "light",
@@ -160,6 +149,6 @@ export const theme = extendTheme({
160149
},
161150
},
162151
},
163-
components: { Button, Menu, Switch, Drawer, Tooltip, Popover, Alert },
152+
components: { Button, Menu, Switch, Drawer, Tooltip, Popover },
164153
fonts: {},
165154
});

0 commit comments

Comments
 (0)