Skip to content

Commit

Permalink
Update text color in dialog dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Oct 28, 2024
1 parent 025d097 commit 9fb159d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/thorin-core/src/components/modal/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export class ThorinModal extends LitElement {
outline: none;
border: none;
background: transparent;
color: var(--thorin-text-primary);
}
.modal {
transition: all 250ms cubic-bezier(0.075, 0.82, 0.165, 1);
Expand Down

0 comments on commit 9fb159d

Please sign in to comment.