mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-25 13:45:52 +00:00
fix: updated the selected state colors of tabs in dev tools (#6465)
This commit is contained in:
committed by
GitHub
parent
6a05b04676
commit
7164119695
@@ -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'
|
||||
|
||||
@@ -493,7 +493,7 @@ const lightTheme = {
|
||||
optionHoverBg: '#f8f9fa',
|
||||
optionLabelColor: '#212529',
|
||||
optionCountColor: '#6c757d',
|
||||
checkboxColor: '#0d6efd',
|
||||
checkboxColor: colors.BRAND,
|
||||
scrollbarTrack: '#f8f9fa',
|
||||
scrollbarThumb: '#ced4da',
|
||||
scrollbarThumbHover: '#adb5bd'
|
||||
|
||||
Reference in New Issue
Block a user