Skip to content

Commit

Permalink
fix text color in modals
Browse files Browse the repository at this point in the history
  • Loading branch information
JesmoDev committed Jul 30, 2024
1 parent 5cf5fef commit 2b1749f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/uui-modal/lib/uui-modal.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export class UUIModalElement extends LitElement {
max-height: unset;
border: none;
background: none;
color: var(--uui-color-text);
}
dialog::backdrop {
background: none;
Expand Down

0 comments on commit 2b1749f

Please sign in to comment.