From b358a23060483fed7b37df849ad9bfa5a7173381 Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 5 Jan 2023 23:35:48 +0100 Subject: [PATCH] Adjusted border color on outline button (#14711) --- src/quo2/components/buttons/button.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/quo2/components/buttons/button.cljs b/src/quo2/components/buttons/button.cljs index 540df5959b..85a3917a1e 100644 --- a/src/quo2/components/buttons/button.cljs +++ b/src/quo2/components/buttons/button.cljs @@ -32,9 +32,9 @@ :outline {:icon-color colors/neutral-50 :icon-secondary-color colors/neutral-50 :label-color colors/neutral-100 - :border-color {:default colors/neutral-20 + :border-color {:default colors/neutral-30 :pressed colors/neutral-40 - :disabled colors/neutral-20}} + :disabled colors/neutral-30}} :ghost {:icon-color colors/neutral-50 :icon-secondary-color colors/neutral-50 :label-color colors/neutral-100