From 0aa6d0166c48c7198873d788f3e5a5e0056ede46 Mon Sep 17 00:00:00 2001 From: Jatin Mehta <32476704+mjatin-dev@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:17:43 +0530 Subject: [PATCH] fix(jans-casa): primary button not changing color when customized via custom branding plugin (#10084) * fix(jans-casa): primary button not changing color when customized via custom branding plugin Signed-off-by: Jatin Mehta * fix requested changes Signed-off-by: Jatin Mehta --------- Signed-off-by: Jatin Mehta --- .../app/src/main/resources/css-component-rules.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jans-casa/app/src/main/resources/css-component-rules.properties b/jans-casa/app/src/main/resources/css-component-rules.properties index db4ea60401f..6c626af6c3d 100644 --- a/jans-casa/app/src/main/resources/css-component-rules.properties +++ b/jans-casa/app/src/main/resources/css-component-rules.properties @@ -18,11 +18,11 @@ linkButton=pa0 bw0 br0 blue hover-dark-blue underline-hover bg-transparent btn c deleteButton=f7 bw0 br1 ph2 pv1 red bg-washed-red hover-white hover-bg-light-red btn cust-delete-button -primaryButton=btn f7 border-0 rounded-0 px-3 py-2 bg-success text-white hover-bg-success hover-text-white cust-primary-button me-3 +primaryButton=f7 border-0 rounded-0 px-3 py-2 bg-bsgreen-success text-white hover-bg-success hover-text-white cust-primary-button me-3 -secondaryButton=f7 bw0 br1 ph3 pv2 bg-orange2 white hover-bg-orange2 hover-white btn cust-misc-button +secondaryButton=f7 bw0 br1 ph3 pv2 bg-orange2 white hover-bg-orange2 hover-white cust-misc-button -tertiaryButton=btn f7 border-0 rounded-0 px-3 py-2 bg-moon-gray hover-bg-moon-gray hover-dark-blue text-dark-blue cust-cancel-button z-button +tertiaryButton=f7 border-0 rounded-0 px-3 py-2 bg-moon-gray hover-bg-moon-gray hover-dark-blue text-dark-blue cust-cancel-button textInput=f7-cust ph2 pv1 ba br1 b--black-20 dark-gray text-field cust-text-input