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 10236a4 commit e2a4c43
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,6 @@
},
selectorStyle() {
return {
color: this.$themeTokens.text,
backgroundColor: this.$themePalette.grey.v_200,
borderRadius: '5px 5px 0px 0px',
paddingTop: '5px',
paddingLeft: '5px',
Expand Down

0 comments on commit e2a4c43

Please sign in to comment.