feat: add local adaptive color shim to replace @toss/tds-colors
This commit is contained in:
13
src/styles/adaptive.ts
Normal file
13
src/styles/adaptive.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export const adaptive = {
|
||||
background: '#ffffff',
|
||||
greyBackground: '#f7f8fa',
|
||||
grey100: '#f1f3f5',
|
||||
grey200: '#e5e8eb',
|
||||
grey300: '#d1d6db',
|
||||
grey400: '#b0b8c1',
|
||||
grey500: '#8b95a1',
|
||||
grey600: '#6b7684',
|
||||
grey700: '#4e5968',
|
||||
grey900: '#191f28',
|
||||
blue500: '#3182f6',
|
||||
} as const;
|
||||
Reference in New Issue
Block a user