mirror of
https://github.com/harivansh-afk/system-design.git
synced 2026-04-18 15:03:06 +00:00
ui
This commit is contained in:
parent
1ab3058cca
commit
89ce6a9542
13 changed files with 392 additions and 394 deletions
|
|
@ -20,17 +20,17 @@ export default {
|
|||
},
|
||||
// Custom theme colors
|
||||
surface: {
|
||||
50: '#f8fafc',
|
||||
100: '#f1f5f9',
|
||||
200: '#e2e8f0',
|
||||
300: '#cbd5e1',
|
||||
400: '#94a3b8',
|
||||
500: '#64748b',
|
||||
600: '#475569',
|
||||
700: '#334155',
|
||||
800: '#1e293b',
|
||||
900: '#0f172a',
|
||||
950: '#020617'
|
||||
50: '#fafafa',
|
||||
100: '#f5f5f5',
|
||||
200: '#e5e5e5',
|
||||
300: '#d4d4d4',
|
||||
400: '#a3a3a3',
|
||||
500: '#737373',
|
||||
600: '#525252',
|
||||
700: '#262626',
|
||||
800: '#141414',
|
||||
900: '#0a0a0a',
|
||||
950: '#000000'
|
||||
}
|
||||
},
|
||||
fontFamily: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue