Skip to content

Commit

Permalink
🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
nanarino committed Oct 12, 2023
1 parent 14b1993 commit d704d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/kanban/colors.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const colours = [
<button class={`${prefix}-button copy`} style={{
'background-color' : `rgb(var(--${color}-${i+1}))`,
'color': `rgb(var(--${ i>=5 ? 'white' : 'black' }))`
}} title={`--${color}-${i+1}`} data-x={`${i}`}>
}} title={`--${color}-${i+1}`}>
<Icon name="edit/outline/copy" alt="copy"/>
</button>
</td>
Expand Down

0 comments on commit d704d65

Please sign in to comment.