chore: changed light mode colors (#913)

This commit is contained in:
Aaryan Khandelwal 2023-04-21 10:46:04 +05:30 committed by GitHub
parent f2701a12ea
commit 6f03022f65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 68 additions and 60 deletions

View file

@ -399,7 +399,7 @@ export const IssuesView: React.FC<Props> = ({
<>
<div
className={`flex items-center justify-between gap-2 ${
issueView === "list" && areFiltersApplied ? "mt-6 px-8" : "-mt-2"
issueView === "list" ? (areFiltersApplied ? "mt-6 px-8" : "") : "-mt-2"
}`}
>
<FilterList filters={filters} setFilters={setFilters} />