Skip to content

Commit

Permalink
fix: level list item divider
Browse files Browse the repository at this point in the history
  • Loading branch information
paring-chan committed Sep 29, 2024
1 parent 83cea81 commit d4c6f3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/levelList/LevelListItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
gap: 16px;
align-items: center;
padding: 18px 16px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
background-color: rgba(0, 0, 0, var(--bg-opacity));
transition: background-color ease 0.2s;
Expand Down

0 comments on commit d4c6f3e

Please sign in to comment.