style: list and kanban view theming (#906)

* fix: sidebar workspace dropdown logo

* style: list and kanban view theming
This commit is contained in:
Aaryan Khandelwal
2023-04-20 18:13:21 +05:30
committed by GitHub
parent 170b3d6eec
commit 952d35dd79
17 changed files with 170 additions and 144 deletions

View File

@@ -160,7 +160,7 @@ export const SelectFilters: React.FC<Props> = ({
label: (
<div className="flex items-center gap-2">
<div
className="w-2 h-2 rounded-full"
className="h-2 w-2 rounded-full"
style={{
backgroundColor: label.color && label.color !== "" ? label.color : "#000000",
}}