(feat) Add shade to modal header in dark mode (#2784)

This commit is contained in:
Sushant Kumar 2024-08-08 23:09:29 +10:00 committed by GitHub
parent 4c3fe2f719
commit 7e305be817
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -158,7 +158,7 @@ const darkTheme = {
modal: {
title: {
color: '#ccc',
bg: 'rgb(48, 48, 49)',
bg: 'rgb(38, 38, 39)',
iconColor: '#ccc'
},
body: {