From 2dfb5a5bdf1794980b53a9e81a9a9621c584f774 Mon Sep 17 00:00:00 2001 From: Massedil Date: Wed, 13 Nov 2024 18:13:31 +0100 Subject: [PATCH] Add the border-primary color to for consistency with the design --- src/assets/oruga-tailwindcss.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/oruga-tailwindcss.css b/src/assets/oruga-tailwindcss.css index 755163eca..0d5941ebe 100644 --- a/src/assets/oruga-tailwindcss.css +++ b/src/assets/oruga-tailwindcss.css @@ -250,7 +250,7 @@ body { @apply mr-2; } .form-radio { - @apply bg-none text-primary accent-primary; + @apply bg-none text-primary border-primary accent-primary; } .radio-label { @apply pl-2;