fix(dashboard): Adjust widget border radius

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2024-08-22 01:44:49 +02:00 committed by Andy Scherzinger
parent 4823bcb8cd
commit bc3bdc236e

View file

@ -515,7 +515,7 @@ export default {
background-color: var(--color-main-background-blur);
-webkit-backdrop-filter: var(--filter-background-blur);
backdrop-filter: var(--filter-background-blur);
border-radius: var(--body-container-radius);
border-radius: var(--border-radius-container-large);
#body-user.theme--highcontrast & {
border: 2px solid var(--color-border);