Skip to content

Commit

Permalink
revert: alert theme
Browse files Browse the repository at this point in the history
Turns out the alert thing is also used for toasts, so this change inadvertently affected all toasts. Reverting for now.
  • Loading branch information
psychedelicious committed Sep 12, 2024
1 parent 2504700 commit 2ecec73
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
16 changes: 0 additions & 16 deletions lib/theme/components/alert.ts

This file was deleted.

2 changes: 0 additions & 2 deletions lib/theme/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { ThemeOverride } from '@chakra-ui/react';

import { accordionTheme } from './accordion';
import { alertTheme } from './alert';
import { badgeTheme } from './badge';
import { buttonTheme } from './button';
import { cardTheme } from './card';
Expand All @@ -26,7 +25,6 @@ import { tooltipTheme } from './tooltip';

export const components: ThemeOverride['components'] = {
Accordion: accordionTheme,
Alert: alertTheme,
Badge: badgeTheme,
Button: buttonTheme,
Card: cardTheme,
Expand Down

0 comments on commit 2ecec73

Please sign in to comment.