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) { function BreadcrumbSeparator(props: BreadcrumbSeparatorProps) {
return ( return (
<Dropdown <Dropdown
text={<Icon icon="bx bx-chevron-right" />} text={<Icon icon="bx bxs-chevron-right" />}
noSelectButtonStyle noSelectButtonStyle
buttonClassName="icon-action" buttonClassName="icon-action"
hideToggleArrow hideToggleArrow