filter style

This commit is contained in:
Chuck Dries 2022-07-09 15:38:55 -07:00
parent fc0632d461
commit 5c619af06f
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6

View File

@ -3,7 +3,7 @@ import * as React from "react";
const KeywordsPicker = ({ keywords, value, onChange }) => {
return (
<div>
<div className="mx-2">
<span className="text-xs text-[#A2A2A2]">Filter by...</span>
<ul className="flex gap-1 flex-wrap mt-1 mb-2">
{keywords.map((keyword) => {