Skip to content

Commit 55a4b06

Browse files
(Notificaion): apply currentColor
1 parent aa76ab8 commit 55a4b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/Notification.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const Notification: FC<NotificationProps> = (props) => {
5757
)}
5858
icon={icon}
5959
size={iconSize ?? (type === 'toast' ? 'small' : 'x-small')}
60-
fillColor='none'
60+
fillColor='currentColor'
6161
textColor={level === 'warning' ? 'default' : null}
6262
/>
6363
) : undefined;

0 commit comments

Comments
 (0)