Skip to content

Commit

Permalink
fix: change bidirectional link divider color (toeverything#6331)
Browse files Browse the repository at this point in the history
  • Loading branch information
regischen authored Feb 29, 2024
1 parent 43560a2 commit 8394986
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ export class BiDirectionalLinkPanel extends WithDisposable(LitElement) {
align-items: center;
}
.divider {
background: var(--affine-divider-color);
background: var(--affine-border-color);
height: 0.5px;
width: 100%;
}
Expand Down

0 comments on commit 8394986

Please sign in to comment.