Added modal opacity
This commit is contained in:
parent
8f8735ccce
commit
26cf7a74a2
2 changed files with 4 additions and 3 deletions
|
|
@ -229,7 +229,7 @@ export default () => {
|
|||
</Padding>
|
||||
</Page>
|
||||
|
||||
<Modal trigger={saved()} background="#d5e3f2f3" color="#181818e4">
|
||||
<Modal trigger={saved()} background="#ffffffff" color="#000000e4" opacity={0.4}>
|
||||
<Padding top={1} bottom={1} left={4} right={4}>
|
||||
<Column>
|
||||
<Row>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue