diff options
author | Jeremy Davis <jeremy.davis@sonarsource.com> | 2024-03-04 10:36:33 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-03-05 20:02:30 +0000 |
commit | 3c3832f4bba46afe1a864321405cc7ac3a4c8f43 (patch) | |
tree | 4a305e25539e1e65cb0fbde8eeedeccd83b094ab /server/sonar-web/design-system/src/theme | |
parent | 598fe3eaef821f2d21222852bea27f4428321723 (diff) | |
download | sonarqube-3c3832f4bba46afe1a864321405cc7ac3a4c8f43.tar.gz sonarqube-3c3832f4bba46afe1a864321405cc7ac3a4c8f43.zip |
SONAR-21656 Migrate SonarLint promotion Notification to the new UI
Diffstat (limited to 'server/sonar-web/design-system/src/theme')
-rw-r--r-- | server/sonar-web/design-system/src/theme/light.ts | 5 |
1 files changed, 5 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 7687214258a..24c872e99e9 100644 --- a/server/sonar-web/design-system/src/theme/light.ts +++ b/server/sonar-web/design-system/src/theme/light.ts @@ -646,6 +646,11 @@ export const lightTheme = { //education principles educationPrincipleBackground: COLORS.indigo[25], educationPrincipleBorder: COLORS.indigo[300], + + // SonarLint PromotionNotification + promotionNotification: COLORS.blueGrey[35], + promotionNotificationBackground: COLORS.blueGrey[700], + promotionNotificationSeparator: COLORS.blueGrey[500], }, // contrast colors to be used for text when using a color background with the same name |