Skip to content

Commit

Permalink
Merge pull request #7005 from getkirby/v5/fix/7003-password-reset-use…
Browse files Browse the repository at this point in the history
…r-info-dark-mode-style

Fix password reset dialog dark mode style
  • Loading branch information
bastianallgeier authored Feb 14, 2025
2 parents 8378beb + 8df0aae commit a655fa9
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: var(--item-color-back);
box-shadow: var(--shadow);
}
.k-user-info :where(.k-image-frame, .k-icon-frame) {
Expand Down

0 comments on commit a655fa9

Please sign in to comment.