Skip to content

Commit

Permalink
Merge pull request #2335 from nextcloud/acl-setting-text-color
Browse files Browse the repository at this point in the history
fix text for assigned acl managers not being readable in light mode
  • Loading branch information
icewind1991 committed Apr 18, 2023
2 parents 864af6d + 2179d32 commit da2a833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/settings/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -422,11 +422,11 @@ function ManageAclSelect({onChange, onSearch, folder}: ManageAclSelectProps) {
multiValue: base => ({
...base,
backgroundColor: 'var(--color-background-dark)',
color: 'var(--color-primary-text)'
color: 'var(--color-main-text)'
}),
multiValueLabel: base => ({
...base,
color: 'var(--color-primary-text-dark)'
color: 'var(--color-main-text)'
}),
valueContainer: base => ({
...base,
Expand Down

0 comments on commit da2a833

Please sign in to comment.