diff --git a/frontend/src/styles/index.css b/frontend/src/styles/index.css index 8c7b74d..14e3350 100644 --- a/frontend/src/styles/index.css +++ b/frontend/src/styles/index.css @@ -100,7 +100,7 @@ } .btn-outline { - @apply inline-flex items-center justify-center gap-xs bg-canvas text-primary border border-primary uppercase font-semibold text-[14px] leading-[1.4] rounded-none px-xl py-sm h-11; + @apply inline-flex items-center justify-center gap-xs bg-paper text-primary border border-primary uppercase font-semibold text-[14px] leading-[1.4] rounded-none px-xl py-sm h-11; } .btn-outline:hover { @apply bg-primary-soft; @@ -110,7 +110,7 @@ } .btn-outline-ink { - @apply inline-flex items-center justify-center gap-xs bg-canvas text-ink border border-ink uppercase font-semibold text-[14px] leading-[1.4] rounded-none px-xl py-sm h-11; + @apply inline-flex items-center justify-center gap-xs bg-paper text-ink border border-ink uppercase font-semibold text-[14px] leading-[1.4] rounded-none px-xl py-sm h-11; } .btn-outline-ink:hover { @apply bg-cloud; @@ -121,7 +121,7 @@ } .text-input { - @apply block w-full bg-canvas text-ink rounded-none border border-steel px-md py-sm h-11 text-[16px] leading-[1.4] focus:outline-none focus:border-primary; + @apply block w-full bg-paper text-ink rounded-none border border-steel px-md py-sm h-11 text-[16px] leading-[1.4] focus:outline-none focus:border-primary; } /* Panel / card — hairline border, no shadow, no radius */