💄(react) make modal backdrop color customisable
As we cannot user CSS vars into backdrop pseudo element, we decide to create a dom element to simulate the modal backdrop. Resolve #257
This commit is contained in:
committed by
Jean-Baptiste PENRATH
parent
fac203314f
commit
be1e2e2614
@@ -145,6 +145,7 @@ $themes: (
|
||||
),
|
||||
'modal': (
|
||||
'background-color': #FFFFFF,
|
||||
'backdrop-color': #0C1A2B99,
|
||||
'border-radius': 4px,
|
||||
'border-color': #E7E8EA,
|
||||
'box-shadow': 0px 1px 2px 0px #0C1A2B4D,
|
||||
|
||||
Reference in New Issue
Block a user