diff options
author | 2025-04-26 01:20:12 +0530 | |
---|---|---|
committer | 2025-04-26 01:20:12 +0530 | |
commit | 3941d80ff120238b973451325b834ebd8377281e (patch) | |
tree | 4647b687ceb27cb6bb47ea73bdf12898dcce8023 /frontend/src/components/shared/Notification.tsx | |
parent | 9d65a782ca3e2084ef0f560500f6014d7bd09bc0 (diff) | |
download | finance-3941d80ff120238b973451325b834ebd8377281e.tar.gz finance-3941d80ff120238b973451325b834ebd8377281e.tar.bz2 finance-3941d80ff120238b973451325b834ebd8377281e.zip |
Diffstat (limited to 'frontend/src/components/shared/Notification.tsx')
-rw-r--r-- | frontend/src/components/shared/Notification.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/shared/Notification.tsx b/frontend/src/components/shared/Notification.tsx index 68cbc7a..af7b924 100644 --- a/frontend/src/components/shared/Notification.tsx +++ b/frontend/src/components/shared/Notification.tsx @@ -70,7 +70,7 @@ export function Notification({ }; return ( - <div className={cn(notificationVariants({ variant: type as any }))}> + <div className={cn(notificationVariants({ variant: type }))}> <div className={cn( "flex h-8 w-8 items-center justify-center rounded-full", type === 'success' && "bg-primary/10", |