Skip to content

Commit 1114887

Browse files
author
jannik.lange
committed
replaced color with css-variable #183
1 parent c854218 commit 1114887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Divider/MucDivider.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
<style scoped>
66
.divider-border {
7-
border-bottom: 1px solid #bdd4ea;
7+
border-bottom: 1px solid var(--color-neutrals-blue);
88
}
99
</style>

0 commit comments

Comments
 (0)