mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
style: display properties
This commit is contained in:
parent
680caccbfe
commit
8d0ee7142d
@ -246,7 +246,7 @@ export const IssuesFilterView: React.FC = () => {
|
||||
type="button"
|
||||
className={`rounded border px-2 py-1 text-xs capitalize ${
|
||||
properties[key as keyof Properties]
|
||||
? "border-brand-accent bg-brand-accent text-brand-base"
|
||||
? "border-brand-accent bg-brand-accent text-white"
|
||||
: "border-brand-base"
|
||||
}`}
|
||||
onClick={() => setProperties(key as keyof Properties)}
|
||||
|
Loading…
Reference in New Issue
Block a user