]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-21423 Migrate license page to the new UI
authorJeremy Davis <jeremy.davis@sonarsource.com>
Tue, 16 Jan 2024 16:11:59 +0000 (17:11 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 18 Jan 2024 20:03:23 +0000 (20:03 +0000)
server/sonar-web/design-system/src/theme/light.ts
server/sonar-web/src/main/js/app/components/GlobalContainer.tsx

index 1534f0adb1d958b800f7ec2d13f9a9242aa1f25a..8dbe198345fc4945127a7b852f91972478c7d251 100644 (file)
@@ -622,6 +622,10 @@ export const lightTheme = {
 
     // Keyboard hint
     keyboardHintKey: COLORS.blueGrey[100],
+
+    // progressBar
+    progressBarForeground: COLORS.indigo[500],
+    progressBarBackground: COLORS.indigo[100],
   },
 
   // contrast colors to be used for text when using a color background with the same name
index bd4578da0614dcf68eb27cd051fe6cc5172bdca1..1218844d96bd8c8c86e43737ff94a80fdd52473a 100644 (file)
@@ -40,6 +40,7 @@ import UpdateNotification from './update-notification/UpdateNotification';
 
 const TEMP_PAGELIST_WITH_NEW_BACKGROUND = [
   '/admin/extension/governance/views_console',
+  '/admin/extension/license',
   '/code',
   '/coding_rules',
   '/component_measures',