Skip to content

Commit be05ccb

Browse files
committed
chore: remove unused validationHues enum
1 parent 00a21ef commit be05ccb

File tree

1 file changed

+0
-7
lines changed
  • packages/notifications/src/utils

1 file changed

+0
-7
lines changed

packages/notifications/src/utils/icons.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ export const validationIcons: Record<Type, Record<string, unknown>> = {
1818
info: InfoStrokeIcon
1919
};
2020

21-
export const validationHues: Record<Type, string> = {
22-
success: 'success',
23-
error: 'danger',
24-
warning: 'warning',
25-
info: 'default'
26-
};
27-
2821
export const validationTypes: Record<Type, string> = {
2922
success: 'success',
3023
error: 'error',

0 commit comments

Comments
 (0)