fix: Fix dropdown item colors

This commit is contained in:
Aman Harwara
2021-10-01 20:04:39 +05:30
parent b165be2928
commit db888c4e02
2 changed files with 1 additions and 1 deletions

View File

@@ -9,7 +9,6 @@ import {
import VisuallyHidden from '@reach/visually-hidden';
import { FunctionComponent } from 'preact';
import { IconType, Icon } from './Icon';
import '@reach/listbox/styles.css';
import { useState } from 'preact/hooks';
export type DropdownItem = {