fix: Backdrop color for insert article modal in dark mode (#8711)

This commit is contained in:
Sivin Varghese
2024-01-16 18:36:43 +05:30
committed by GitHub
parent 8f1a1e0905
commit e67f8824d9
4 changed files with 6 additions and 7 deletions

View File

@@ -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,