snake_case icons and better toast styles

This commit is contained in:
Gregory Schier
2024-09-20 07:30:11 -07:00
parent a18271d306
commit 93633875ac
55 changed files with 309 additions and 262 deletions

View File

@@ -38,18 +38,18 @@ const icons: IconProps['icon'][] = [
'info',
'box',
'update',
'alert',
'arrowBigRightDash',
'alert_triangle',
'arrow_big_right_dash',
'download',
'copy',
'magicWand',
'magic_wand',
'settings',
'trash',
'sparkles',
'pencil',
'paste',
'search',
'sendHorizontal',
'send_horizontal',
];
export function SettingsAppearance() {

View File

@@ -31,18 +31,18 @@ const icons: IconProps['icon'][] = [
'info',
'box',
'update',
'alert',
'arrowBigRightDash',
'alert_triangle',
'arrow_big_right_dash',
'download',
'copy',
'magicWand',
'magic_wand',
'settings',
'trash',
'sparkles',
'pencil',
'paste',
'search',
'sendHorizontal',
'send_horizontal',
];
export function SettingsDesign() {