Skip to content

Commit

Permalink
Fix border in block background dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Dec 4, 2024
1 parent e87a234 commit 56754d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default {
overflow: clip;
}
.k-block-background-dropdown .k-color-frame {
border-right: 1px solid var(--color-gray-300);
border-right: 1px solid var(--color-border);
}
.k-block-background-dropdown .k-color-frame::after {
box-shadow: none;
Expand Down

0 comments on commit 56754d4

Please sign in to comment.