Merge pull request #46201 from nextcloud/feat/update-dashboard-border-radius

Feat: update panels border radius
This commit is contained in:
Ferdinand Thiessen 2024-07-03 11:50:15 +02:00 committed by GitHub
commit 4a3f8a2cfa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -506,7 +506,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(--border-radius-rounded);
border-radius: var(--body-container-radius);
#body-user.theme--highcontrast & {
border: 2px solid var(--color-border);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long