style: added theme in color picker (#1088)

This commit is contained in:
Dakshesh Jain 2023-05-19 19:46:09 +05:30 committed by GitHub
parent 2e4f936dfa
commit b1f26f322f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 1 deletions

View file

@ -99,7 +99,7 @@ export const SingleBoard: React.FC<Props> = ({
</div>
</>
)}
<div className="overflow-y-auto pt-3">
<div className="pt-3">
{groupedByIssues?.[groupTitle].map((issue, index) => (
<Draggable
key={issue.id}