Skip to content

Commit 13ba106

Browse files
committed
use css var for text color
1 parent b16a459 commit 13ba106

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)