aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/src/theme
diff options
context:
space:
mode:
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>2023-05-23 09:54:19 +0200
committersonartech <sonartech@sonarsource.com>2023-06-01 20:02:58 +0000
commitc9ba32826eaf1874cf19882882de4a6eb925f832 (patch)
tree39ce3c2017d2e8faefdba75ef3b58407de8233d4 /server/sonar-web/design-system/src/theme
parenta2597f5b3d3bb5b4e476bb3c4bf92a1b54200bc3 (diff)
downloadsonarqube-c9ba32826eaf1874cf19882882de4a6eb925f832.tar.gz
sonarqube-c9ba32826eaf1874cf19882882de4a6eb925f832.zip
SONAR-19174 Migrating issue box inside code viewer to MIUI
Diffstat (limited to 'server/sonar-web/design-system/src/theme')
-rw-r--r--server/sonar-web/design-system/src/theme/light.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/sonar-web/design-system/src/theme/light.ts b/server/sonar-web/design-system/src/theme/light.ts
index dd154c09921..1064d8ab0ee 100644
--- a/server/sonar-web/design-system/src/theme/light.ts
+++ b/server/sonar-web/design-system/src/theme/light.ts
@@ -481,7 +481,8 @@ export const lightTheme = {
coreConceptsProgressBar: secondary.light,
// issue box
- issueBoxBorder: danger.lighter,
+ issueBoxSelectedBorder: danger.lighter,
+ issueBoxBorder: secondary.default,
issueBoxBorderDepracated: secondary.default,
issueTypeIcon: COLORS.red[200],