redesign select account

This commit is contained in:
Samuel Newman
2025-07-16 10:24:48 +03:00
parent 9bcb948c8d
commit afbe97e4ca
9 changed files with 74 additions and 36 deletions
+3
View File
@@ -329,6 +329,9 @@ export const atoms = {
font_normal: {
fontWeight: tokens.fontWeight.normal,
},
font_medium: {
fontWeight: tokens.fontWeight.medium,
},
font_bold: {
fontWeight: tokens.fontWeight.bold,
},
+1
View File
@@ -53,6 +53,7 @@ export const borderRadius = {
*/
export const fontWeight = {
normal: '400',
medium: '500',
bold: '600',
heavy: '800',
} as const