style: reduce typography and spacing design tokens for higher layout density in admin panel
TaxBaik CI/CD / build-and-deploy (push) Successful in 52s

This commit is contained in:
2026-06-30 22:19:16 +09:00
parent 15f5dcf4ea
commit c626c164f8
2 changed files with 31 additions and 31 deletions
+8 -8
View File
@@ -80,49 +80,49 @@
},
LayoutProperties = new LayoutProperties()
{
DefaultBorderRadius = "8px"
DefaultBorderRadius = "6px"
},
Typography = new Typography()
{
Default = new Default()
{
FontSize = ".875rem",
FontSize = ".8125rem",
FontWeight = 400,
LineHeight = 1.5
},
H1 = new H1()
{
FontSize = "2.5rem",
FontSize = "1.75rem",
FontWeight = 600,
LineHeight = 1.2
},
H2 = new H2()
{
FontSize = "2rem",
FontSize = "1.5rem",
FontWeight = 600,
LineHeight = 1.3
},
H3 = new H3()
{
FontSize = "1.75rem",
FontSize = "1.25rem",
FontWeight = 600,
LineHeight = 1.3
},
H4 = new H4()
{
FontSize = "1.5rem",
FontSize = "1.1rem",
FontWeight = 600,
LineHeight = 1.4
},
H5 = new H5()
{
FontSize = "1.25rem",
FontSize = "0.95rem",
FontWeight = 500,
LineHeight = 1.4
},
H6 = new H6()
{
FontSize = "1rem",
FontSize = "0.85rem",
FontWeight = 500,
LineHeight = 1.5
}