feat: Replace border-gray-300 with border-neutral (#716)

This commit is contained in:
Aman Harwara
2021-11-02 19:55:28 +05:30
committed by GitHub
parent 32ced95f72
commit bad87a4f2f
5 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ export const NotesListOptionsMenu: FunctionComponent<Props> = observer(
({ setShowMenuFalse, application }) => {
const menuClassName =
'sn-dropdown sn-dropdown--animated min-w-70 overflow-y-auto \
border-1 border-solid border-gray-300 text-sm z-index-dropdown-menu \
border-1 border-solid border-neutral text-sm z-index-dropdown-menu \
flex flex-col py-2 bottom-0 left-2 absolute';
const [sortBy, setSortBy] = useState(() =>
application.getPreference(PrefKey.SortNotesBy, CollectionSort.CreatedAt)