fix: updated the selected state colors of tabs in dev tools (#6465)

This commit is contained in:
Chirag Chandrashekhar
2025-12-19 02:36:30 +05:30
committed by GitHub
parent 6a05b04676
commit 7164119695
2 changed files with 2 additions and 2 deletions

View File

@@ -488,7 +488,7 @@ const darkTheme = {
optionHoverBg: 'rgba(255, 255, 255, 0.05)',
optionLabelColor: '#cccccc',
optionCountColor: '#858585',
checkboxColor: '#0078d4',
checkboxColor: colors.BRAND,
scrollbarTrack: '#2d2d30',
scrollbarThumb: '#5a5a5a',
scrollbarThumbHover: '#6a6a6a'

View File

@@ -493,7 +493,7 @@ const lightTheme = {
optionHoverBg: '#f8f9fa',
optionLabelColor: '#212529',
optionCountColor: '#6c757d',
checkboxColor: '#0d6efd',
checkboxColor: colors.BRAND,
scrollbarTrack: '#f8f9fa',
scrollbarThumb: '#ced4da',
scrollbarThumbHover: '#adb5bd'