Skip to content

Commit

Permalink
Update panel/src/components/Views/Users/UserInfo.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Nico Hoffmann  ෴. <[email protected]>
  • Loading branch information
afbora and distantnative authored Feb 14, 2025
1 parent fcbeaec commit 56331c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/src/components/Views/Users/UserInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default {
height: var(--height-lg);
gap: 0.75rem;
padding-inline: var(--spacing-2);
background: light-dark(var(--color-white), var(--color-gray-850));
background: var(--item-color-back);
box-shadow: var(--shadow);
}
.k-user-info :where(.k-image-frame, .k-icon-frame) {
Expand Down

0 comments on commit 56331c0

Please sign in to comment.