chore: eww widget padding

This commit is contained in:
hesam-init 2024-06-29 22:37:08 +03:30
parent 11008eacc3
commit 45edf6c593

View file

@ -1,5 +1,5 @@
@mixin widget() {
padding: 6px;
padding: 8px 6px;
margin: 4px 2px;
border-radius: 8px;
background-color: $surface0;