diff --git a/src/ListBox.module.css b/src/ListBox.module.css index 0af4d8a..7b2be37 100644 --- a/src/ListBox.module.css +++ b/src/ListBox.module.css @@ -23,10 +23,6 @@ min-height: 32px; } -.option.selected { - color: #0dbd8b; -} - .option.focused { background-color: rgba(111, 120, 130, 0.2); }