Modal Component & Custom UI Components (#4908)

This commit is contained in:
Jin Yi
2025-08-19 11:56:17 +09:00
committed by GitHub
parent 7a1a2dd654
commit 727a3494e0
33 changed files with 884 additions and 130 deletions

View File

@@ -8,6 +8,7 @@ export default {
theme: {
fontSize: {
xxs: '0.625rem',
xs: '0.75rem',
sm: '0.875rem',
base: '1rem',
@@ -82,7 +83,7 @@ export default {
100: '#8282821a',
200: '#e4e4e7',
300: '#d4d4d8',
400: '#a1a1aa',
400: '#A1A3AE',
500: '#71717a',
600: '#52525b',
700: '#38393b',