Skip to content

Commit

Permalink
Fix password reset dialog dark mode style #7003
Browse files Browse the repository at this point in the history
  • Loading branch information
afbora committed Feb 14, 2025
1 parent 8378beb commit fcbeaec
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: var(--color-white);
background: light-dark(var(--color-white), var(--color-gray-850));
box-shadow: var(--shadow);
}
.k-user-info :where(.k-image-frame, .k-icon-frame) {
Expand Down

0 comments on commit fcbeaec

Please sign in to comment.