Skip to content

Commit

Permalink
Merge pull request #4221 from nextcloud/fix/modal-color-not-set
Browse files Browse the repository at this point in the history
Fix NcModal does set the background color but not the text color
  • Loading branch information
raimund-schluessler committed Jun 16, 2023
2 parents afc836c + 77aa605 commit 001ab67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NcModal/NcModal.vue
Expand Up @@ -915,6 +915,7 @@ export default {
transition: transform 300ms ease;
border-radius: var(--border-radius-large);
background-color: var(--color-main-background);
color: var(--color-main-text);
box-shadow: 0 0 40px rgba(0, 0, 0, .2);
&__close {
position: absolute;
Expand Down

0 comments on commit 001ab67

Please sign in to comment.