feat: add local adaptive color shim to replace @toss/tds-colors

This commit is contained in:
2026-04-27 08:26:08 +09:00
parent 33d9c3a180
commit 4baa0f8fd6

13
src/styles/adaptive.ts Normal file
View 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;