Skip to content

Commit

Permalink
Merge pull request #4975 from nextcloud-libraries/fix/41879-increase_…
Browse files Browse the repository at this point in the history
…contrast_for_input_field_on_rich_content_editable

Increase contrast on input field for `NcRichContenteditable`
  • Loading branch information
JuliaKirschenheuter committed Dec 19, 2023
2 parents 01bb415 + 83198c7 commit ae8fd2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ export default {
white-space: pre-wrap;
word-break: break-word;
color: var(--color-main-text);
border: 2px solid var(--color-border-dark);
border: 2px solid var(--color-border-maxcontrast);
border-radius: var(--border-radius-large);
outline: none;
background-color: var(--color-main-background);
Expand Down

0 comments on commit ae8fd2e

Please sign in to comment.