Set title on left menu items so hover displays full text

This commit is contained in:
Jackson Harper
2023-07-18 10:49:28 +08:00
parent 1cba232aa7
commit 52d4bf0cc9

View File

@ -356,6 +356,7 @@ function FilterButton(props: FilterButtonProps): JSX.Element {
: '$thBackground4',
},
}}
title={props.text}
onClick={(e) => {
props.applySearchQuery(props.filterTerm)
props.setShowFilterMenu(false)
@ -408,6 +409,7 @@ function LabelButton(props: LabelButtonProps): JSX.Element {
backgroundColor: '$thBackground4',
},
}}
title={props.label.name}
alignment="center"
distribution="start"
>