Skip to content

Commit

Permalink
Increase NcSelect border contrast
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Dec 8, 2022
1 parent 52dc52a commit 3a4f3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcSelect/NcSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ export default {
--vs-state-disabled-cursor: not-allowed;
/* Borders */
--vs-border-color: var(--color-border-dark);
--vs-border-color: var(--color-border-maxcontrast);
--vs-border-width: 2px;
--vs-border-style: solid;
--vs-border-radius: var(--border-radius-large);
Expand Down

0 comments on commit 3a4f3e4

Please sign in to comment.