diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2023-10-12 16:12:12 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-10-16 20:02:48 +0000 |
commit | fbaf22bc336d9cbd62c4014eceb5d384f73f8e8d (patch) | |
tree | aa8f433ecd1c973d310b2df58a730a4eb36d598d /server/sonar-web/design-system/src/theme | |
parent | d964d7f8d6bcadd4b08c4836478f995e7b281474 (diff) | |
download | sonarqube-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.ts | 4 |
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, |