rounded modals

This commit is contained in:
booploops 2022-04-26 20:16:39 -07:00
parent a0c54f31c8
commit 5ede8379f5

View file

@ -1046,7 +1046,7 @@
background-color: var(--modalBackground);
background-clip : padding-box;
border : 1px solid rgba(0, 0, 0, 0.2);
border-radius : 0.3rem;
border-radius : var(--panelRadius);
outline : 0;
box-shadow : var(--ciderShadow-Generic);
overflow : hidden;