aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/src/theme
diff options
context:
space:
mode:
authorstanislavh <stanislav.honcharov@sonarsource.com>2023-10-12 16:12:12 +0200
committersonartech <sonartech@sonarsource.com>2023-10-16 20:02:48 +0000
commitfbaf22bc336d9cbd62c4014eceb5d384f73f8e8d (patch)
treeaa8f433ecd1c973d310b2df58a730a4eb36d598d /server/sonar-web/design-system/src/theme
parentd964d7f8d6bcadd4b08c4836478f995e7b281474 (diff)
downloadsonarqube-fbaf22bc336d9cbd62c4014eceb5d384f73f8e8d.tar.gz
sonarqube-fbaf22bc336d9cbd62c4014eceb5d384f73f8e8d.zip
SONAR-20545 Add support of rounded table
Diffstat (limited to 'server/sonar-web/design-system/src/theme')
-rw-r--r--server/sonar-web/design-system/src/theme/light.ts4
1 files changed, 4 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 8292f7ec746..7494c1ab771 100644
--- a/server/sonar-web/design-system/src/theme/light.ts
+++ b/server/sonar-web/design-system/src/theme/light.ts
@@ -162,6 +162,10 @@ export const lightTheme = {
separatorCircle: COLORS.blueGrey[200],
separatorSlash: COLORS.blueGrey[300],
+ // rule breakdown table
+ breakdownBorder: COLORS.grey[100],
+ breakdownHeaderBackground: COLORS.blueGrey[50],
+
// flag message
flagMessageBackground: COLORS.white,