Make widgets match the new 8px border-radius standard

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-07-13 21:59:46 +01:00
parent b45adda676
commit 5e5620a6c2

View file

@ -81,7 +81,7 @@ $AppsDrawerBodyHeight: 273px;
margin: 0;
padding: 0;
border: 5px solid $widget-menu-bar-bg-color;
border-radius: 4px;
border-radius: 8px;
}
.mx_AppTile_mini {