Skip to content

Commit

Permalink
Feat: update panels border radius
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
  • Loading branch information
marcoambrosini authored and susnux committed Jul 2, 2024
1 parent d4cb51c commit 6c48237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/DashboardApp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6c48237

Please sign in to comment.