Skip to content

Commit

Permalink
refactor: remove alert styles
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelRajodiya committed Oct 5, 2024
1 parent 7f6b22a commit d871371
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions app/styles/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,17 +136,6 @@ const Popover = {
},
};

const Alert = {
variants: {
success: {
container: {
bg: "hsl(var(--success) / 0.6)",
color: "hsl(var(--text) / 0.8)",
},
},
},
};

export const theme = extendTheme({
config: {
initialColorMode: "light",
Expand All @@ -160,6 +149,6 @@ export const theme = extendTheme({
},
},
},
components: { Button, Menu, Switch, Drawer, Tooltip, Popover, Alert },
components: { Button, Menu, Switch, Drawer, Tooltip, Popover },
fonts: {},
});

0 comments on commit d871371

Please sign in to comment.