aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/src/theme/light.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/design-system/src/theme/light.ts')
-rw-r--r--server/sonar-web/design-system/src/theme/light.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/design-system/src/theme/light.ts b/server/sonar-web/design-system/src/theme/light.ts
index b9176bdac41..a8eaa23912e 100644
--- a/server/sonar-web/design-system/src/theme/light.ts
+++ b/server/sonar-web/design-system/src/theme/light.ts
@@ -505,6 +505,7 @@ export const lightTheme = {
// selection card
selectionCardHeader: secondary.darker,
selectionCardDisabled: secondary.light,
+ selectionCardDisabledText: secondary.dark,
selectionCardBorder: COLORS.blueGrey[100],
selectionCardBorderHover: COLORS.indigo[200],
selectionCardBorderSelected: primary.light,