style/breadcrumb: tweak arrows

This commit is contained in:
Adorian Doran 2025-12-22 02:29:05 +02:00
parent af67a3ba11
commit 353d626d45

View File

@ -189,7 +189,7 @@ interface BreadcrumbSeparatorProps {
function BreadcrumbSeparator(props: BreadcrumbSeparatorProps) {
return (
<Dropdown
text={<Icon icon="bx bx-chevron-right" />}
text={<Icon icon="bx bxs-chevron-right" />}
noSelectButtonStyle
buttonClassName="icon-action"
hideToggleArrow