Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 86a86ed

Browse files
myan9starpit
authored andcommitted
fix: Red error text contrast issue in Carbon 90 theme
Fixed by changing --color-base08 to #FF767C Fixes #3096
1 parent bb6b706 commit 86a86ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/builder/examples/build-configs/default/theme/css/themes/carbon-gray90.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body[kui-theme="Carbon Gray90"][kui-theme-style] {
88
--color-base05: #adadad;
99
--color-base06: #f3f3f3;
1010
--color-base07: #fff;
11-
--color-base08: #fb4b53;
11+
--color-base08: #ff767c;
1212
--color-base09: #bf5b17;
1313
--color-base0A: #fdd13a;
1414
--color-base0B: #56d679;

0 commit comments

Comments
 (0)