fix: options button text color (#841)
This commit is contained in:
@@ -220,7 +220,7 @@ export const NotesView: FunctionComponent<Props> = observer(
|
||||
onChange={toggleDisplayOptionsMenu}
|
||||
>
|
||||
<DisclosureButton
|
||||
className={`sk-app-bar-item bg-contrast border-0 focus:shadow-none ${
|
||||
className={`sk-app-bar-item bg-contrast color-text border-0 focus:shadow-none ${
|
||||
showDisplayOptionsMenu ? 'selected' : ''
|
||||
}`}
|
||||
onBlur={closeDisplayOptMenuOnBlur}
|
||||
|
||||
Reference in New Issue
Block a user