fix leaky config background corners

This commit is contained in:
thecozies 2024-04-21 17:43:03 -05:00
parent 8fbb7b6025
commit 73ea635f9c
2 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

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