Skip to content

Commit

Permalink
style: adjust divider bg
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tropy committed Dec 17, 2024
1 parent 2bb2e57 commit a357b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/components/ui/Toolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ const iconComponents = props.items.reduce((acc, item) => {
}
.divider {
@apply w-[0.5px] bg-gray-500 h-full relative left-2;
@apply w-[0.5px] bg-white h-full relative left-2;
}
</style>

0 comments on commit a357b71

Please sign in to comment.