🐛 Fixed opaque select element, curved modals, better disabled color scheme

This commit is contained in:
Liyas Thomas
2019-12-09 09:40:47 +05:30
parent 979909ad57
commit 60ba539104
4 changed files with 10 additions and 14 deletions

View File

@@ -48,7 +48,7 @@
padding: 16px;
transition: all 0.2s ease;
background-color: var(--bg-color);
border-radius: 8px;
border-radius: 16px;
box-shadow: 0px 16px 70px rgba(0, 0, 0, 0.5);
}