Skip to content

Commit

Permalink
UI fix: divider color updated
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelLaptev authored and gitbutler-client committed Feb 23, 2024
1 parent c59d899 commit d32b9de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gitbutler-ui/src/lib/components/Spacer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
.divider {
height: 1px;
width: 100%;
border-bottom: 1px solid var(--clr-theme-container-outline-light);
border-bottom: 1px solid var(--clr-theme-scale-ntrl-0);
opacity: 0.15;
}
</style>

0 comments on commit d32b9de

Please sign in to comment.