fix: Backdrop color for insert article modal in dark mode (#8711)
This commit is contained in:
@@ -32,9 +32,8 @@ module.exports = {
|
||||
colors: {
|
||||
transparent: 'transparent',
|
||||
white: '#fff',
|
||||
white_transparent: 'rgba(255, 255, 255, 0.9)',
|
||||
black_transparent: 'rgba(0, 0, 0, 0.9)',
|
||||
modal: 'rgba(0, 0, 0, 0.4)',
|
||||
'modal-backdrop-light': 'rgba(0, 0, 0, 0.4)',
|
||||
'modal-backdrop-dark': 'rgba(0, 0, 0, 0.6)',
|
||||
current: 'currentColor',
|
||||
woot: {
|
||||
25: blue.blue2,
|
||||
|
||||
Reference in New Issue
Block a user