fix leaky config background corners
This commit is contained in:
parent
8fbb7b6025
commit
73ea635f9c
File diff suppressed because one or more lines are too long
|
@ -32,6 +32,8 @@
|
|||
height: auto;
|
||||
padding: space(16);
|
||||
border-radius: 0dp;
|
||||
border-bottom-right-radius: $border-radius-modal;
|
||||
border-bottom-left-radius: $border-radius-modal;
|
||||
background-color: $color-bg-shadow;
|
||||
text-align: left;
|
||||
|
||||
|
|
Loading…
Reference in New Issue