Skip to content

Commit

Permalink
refactor(indexcard): use var for card background colour
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiguelv committed Nov 4, 2024
1 parent 9eb0e3a commit 4561f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/table/IndexCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}
.card {
background-color: #f0f0f0;
background-color: var(--surface-4);
border-radius: var(--radius-2);
padding: var(--size-4);
transition: box-shadow 0.3s ease;
Expand Down

0 comments on commit 4561f29

Please sign in to comment.