mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-25 22:41:30 +02:00
(feat) Add shade to modal header in dark mode (#2784)
This commit is contained in:
parent
4c3fe2f719
commit
7e305be817
@ -158,7 +158,7 @@ const darkTheme = {
|
|||||||
modal: {
|
modal: {
|
||||||
title: {
|
title: {
|
||||||
color: '#ccc',
|
color: '#ccc',
|
||||||
bg: 'rgb(48, 48, 49)',
|
bg: 'rgb(38, 38, 39)',
|
||||||
iconColor: '#ccc'
|
iconColor: '#ccc'
|
||||||
},
|
},
|
||||||
body: {
|
body: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user