Skip to content

Commit

Permalink
fix: fix contrast error publication setup page (#1842)
Browse files Browse the repository at this point in the history
This pull request:
- Fixes a contrast error on the publication setup basic settings page

Closes #1832
vilagshe authored May 22, 2023
1 parent b1d05f9 commit 4c7196c
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/css/app.sass
Original file line number Diff line number Diff line change
@@ -122,7 +122,7 @@ a[target="_blank"]::after
body.body--dark
background: $dark !important

a
a, .q-field__messages
color: #fff

[class*= "shadow-"]
2 changes: 1 addition & 1 deletion client/src/i18n/en-US.json
Original file line number Diff line number Diff line change
@@ -427,7 +427,7 @@
"true": "Publication is currently open to new submissions.",
"false": "Publication is currently closed to new submissions."
},
"hint": "Set to accept to allow submissions for the publication."
"hint": "Set to open to allow submissions for the publication."
}
}
},

0 comments on commit 4c7196c

Please sign in to comment.