Skip to content

Commit 8b4bd4c

Browse files
committed
fix: improve contrast ratio for custom select remove button hover state
1 parent b7516cd commit 8b4bd4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/BMDashboard/Issues/IssuesList.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
}
133133

134134
:global(.custom-select__multi-value__remove:hover) {
135-
background-color: #868e96;
135+
background-color: #495057;
136136
color: #fff;
137137
}
138138

0 commit comments

Comments
 (0)