style: added theme in color picker (#1088)
This commit is contained in:
parent
2e4f936dfa
commit
b1f26f322f
2 changed files with 28 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue