Skip to content

Commit

Permalink
fix text color in popovers
Browse files Browse the repository at this point in the history
  • Loading branch information
JesmoDev committed Jul 30, 2024
1 parent 2b1749f commit 0f2b197
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ export class UUIPopoverContainerElement extends LitElement {
background-color: none;
background: none;
overflow: visible;
color: var(--uui-color-text);
}
`,
];
Expand Down

0 comments on commit 0f2b197

Please sign in to comment.