Skip to content

Commit ccdf5f2

Browse files
ntachevadimodi
authored andcommitted
Update knowledge-base/dropdownbutton-add-separator-between-items.md
Co-authored-by: Dimo Dimov <[email protected]>
1 parent 6a7a996 commit ccdf5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/dropdownbutton-add-separator-between-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To create a visual separator between items in a DropDownButton, apply a custom c
3636
````RAZOR
3737
<style>
3838
.item-with-separator {
39-
border-bottom: 1px solid #e5e5e5;
39+
border-bottom: 1px solid var(--kendo-color-border-alt);
4040
}
4141
</style>
4242

0 commit comments

Comments
 (0)