Skip to content

Commit

Permalink
Remove select override styles
Browse files Browse the repository at this point in the history
Fixes contrast issues.
  • Loading branch information
MisRob committed Apr 11, 2024
1 parent 0975304 commit 10236a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@
computed: {
selectorStyle() {
return {
color: this.$themeTokens.text,
backgroundColor: this.$themePalette.grey.v_200,
borderRadius: '2px',
marginTop: '16px',
marginBottom: 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
computed: {
selectorStyle() {
return {
color: this.$themeTokens.text,
backgroundColor: this.$themePalette.grey.v_200,
borderRadius: '2px',
marginTop: '16px',
marginBottom: 0,
Expand Down

0 comments on commit 10236a4

Please sign in to comment.