Skip to content

Commit

Permalink
Fix unlock background button color
Browse files Browse the repository at this point in the history
Since dd1eae6 the background color of the unlock button is white
  • Loading branch information
SailReal committed Oct 23, 2023
1 parent 00bd3aa commit 03ed3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keycloak/themes/cryptomator/login/theme.properties
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ kcFormGroupHeader=
### main class used for all buttons
kcButtonClass=w-full inline-flex justify-center px-4 py-2 border border-gray-300 rounded-md shadow-sm text-sm text-gray-500 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary [&:not(:last-child)]:mb-3
### classes defining priority of the button - primary or default (there is typically only one priority button for the form)
kcButtonPrimaryClass=border-transparent text-white bg-primary hover:!bg-primary-l1
kcButtonPrimaryClass=border-transparent text-white !bg-primary hover:!bg-primary-l1
kcButtonDefaultClass=btn-default
### classes defining size of the button
kcButtonLargeClass=!px-6 !py-3 text-lg
Expand Down

0 comments on commit 03ed3ba

Please sign in to comment.