fix(BottomSheet): add bottom padding to container

This commit is contained in:
Tim 2024-10-30 10:23:40 +01:00
parent a98d38fa25
commit 57fc3bc263

View file

@ -35,6 +35,7 @@
display: flex;
flex-direction: column;
gap: 1.5rem;
padding-bottom: 1rem;
border-radius: 2rem 2rem 0 0;
background-color: var(--modal-background-color);
box-shadow: var(--outer-glow);