mirror of
https://github.com/zadam/trilium.git
synced 2026-01-06 14:44:25 +01:00
style/breadcrumb: tweak arrows
This commit is contained in:
parent
af67a3ba11
commit
353d626d45
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user