Skip to content

Commit 9bc24ee

Browse files
Merge pull request #2039 from umbraco/v14/bugfix/missing-css-vars
V14/bugfix/missing css vars
2 parents 3e413ff + daa8f7c commit 9bc24ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/packages/user/current-user/modals/current-user/current-user-modal.element.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ export class UmbCurrentUserModalElement extends UmbLitElement {
8484
static override styles: CSSResultGroup = [
8585
UmbTextStyles,
8686
css`
87+
:host {
88+
color: var(--uui-color-text);
89+
}
8790
#main {
8891
display: flex;
8992
flex-direction: column;

0 commit comments

Comments
 (0)