aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/src/theme/light.ts
diff options
context:
space:
mode:
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>2023-03-15 14:29:53 +0100
committersonartech <sonartech@sonarsource.com>2023-03-20 20:02:58 +0000
commita7e74149a10d2004b5a206971271a4d6854fe9b3 (patch)
tree35081bf8bba4f6b5ec281e6c13808aa17138ee94 /server/sonar-web/design-system/src/theme/light.ts
parent0df8e69c034cf0b2d81ea38fe1f5c878b54ec298 (diff)
downloadsonarqube-a7e74149a10d2004b5a206971271a4d6854fe9b3.tar.gz
sonarqube-a7e74149a10d2004b5a206971271a4d6854fe9b3.zip
SONAR-18755 Validation fixes for MIUI navbar
Diffstat (limited to 'server/sonar-web/design-system/src/theme/light.ts')
-rw-r--r--server/sonar-web/design-system/src/theme/light.ts2
1 files changed, 1 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 56aaefd0d3a..7a86822c0b4 100644
--- a/server/sonar-web/design-system/src/theme/light.ts
+++ b/server/sonar-web/design-system/src/theme/light.ts
@@ -674,7 +674,7 @@ const lightTheme = {
// predefined borders
borders: {
default: ['1px', 'solid', ...COLORS.grey[50]],
- active: ['3px', 'solid', ...primary.light],
+ active: ['4px', 'solid', ...primary.light],
focus: ['4px', 'solid', ...secondary.default, OPACITY_20_PERCENT],
},