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

Commit 325d23f

Browse files
committed
fix(plugins/plugin-client-common): yellow badges in sidecar have low contrast
Fixes #4050
1 parent 5a4611e commit 325d23f

File tree

1 file changed

+1
-1
lines changed
  • plugins/plugin-client-common/web/css/static

1 file changed

+1
-1
lines changed

plugins/plugin-client-common/web/css/static/Tag.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
}
1414
&.bx--tag--warm-gray {
1515
background-color: var(--color-yellow-sidecar);
16-
color: var(--color-text-01);
16+
color: var(--color-base00);
1717
}
1818
}

0 commit comments

Comments
 (0)