aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/src/theme
diff options
context:
space:
mode:
authorguillaume-peoch-sonarsource <guillaume.peoch@sonarsource.com>2023-08-23 14:21:12 +0200
committersonartech <sonartech@sonarsource.com>2023-08-25 20:02:40 +0000
commit1d0524618ec041c92afbede3be83fffbf135ef37 (patch)
treedb2fe4b3bd8c1c838d9484f8d334521b8ec040ae /server/sonar-web/design-system/src/theme
parentba9188032bfeefa0cb1b5500bf392f1792d4bf18 (diff)
downloadsonarqube-1d0524618ec041c92afbede3be83fffbf135ef37.tar.gz
sonarqube-1d0524618ec041c92afbede3be83fffbf135ef37.zip
SONAR-19958 Replace "Public / private" radio buttons by their MIUI counterpart.
Diffstat (limited to 'server/sonar-web/design-system/src/theme')
-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 8a97f98d03a..d58b820d489 100644
--- a/server/sonar-web/design-system/src/theme/light.ts
+++ b/server/sonar-web/design-system/src/theme/light.ts
@@ -135,6 +135,7 @@ export const lightTheme = {
radioDisabled: secondary.default,
radioDisabledBackground: secondary.light,
radioDisabledBorder: secondary.default,
+ radioDisabledLabel: COLORS.blueGrey[300],
// switch
switch: secondary.default,