Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9df0faa

Browse files
committedMay 23, 2025··
fix: update light theme --klerosUIComponentsTintMedium color
1 parent e598466 commit 9df0faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/styles/theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
--klerosUIComponentsError: #f60c36;
2727
--klerosUIComponentsErrorLight: #fef0f3;
2828
--klerosUIComponentsTint: #d14eff;
29-
--klerosUIComponentsTintMedium: #401d6c;
29+
--klerosUIComponentsTintMedium: #fcf4ff;
3030
--klerosUIComponentsTintPurple: #f4f0fa;
3131

3232
--klerosUIComponentsTransitionSpeed: 0.25s;

0 commit comments

Comments
 (0)
Please sign in to comment.