Skip to content

Commit

Permalink
🎨 design(#166): λ‘œλ”© μŠ€ν”Όλ„ˆ 라이트λͺ¨λ“œμ—μ„œ μƒ‰μƒλ°˜μ „
Browse files Browse the repository at this point in the history
  • Loading branch information
wayandway committed Jul 8, 2024
1 parent a3ab903 commit a2e9275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/dashboard/Column.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function Column({ column, index, columns }: ColumnProps) {
))}
{isFetching &&
Array.from({ length: 1 }).map((card, index) => (
<div key={index} className='align-center py-3 opacity-50'>
<div key={index} className='align-center py-3 invert dark:opacity-50 dark:invert-0'>
<Image src='/icons/spinner.svg' alt='μŠ€ν”Όλ„ˆ μ•„μ΄μ½˜' width={20} height={20} />
</div>
))}
Expand Down

0 comments on commit a2e9275

Please sign in to comment.