mirror of
https://github.com/zadam/trilium.git
synced 2025-12-18 13:24:25 +01:00
style/dropdown buttons: tweak
This commit is contained in:
parent
4857fecc41
commit
b0beb74011
@ -186,7 +186,7 @@ function BulkActionsList({ note }: { note: FNote }) {
|
|||||||
function AddBulkActionButton({ note }: { note: FNote }) {
|
function AddBulkActionButton({ note }: { note: FNote }) {
|
||||||
return (
|
return (
|
||||||
<Dropdown
|
<Dropdown
|
||||||
buttonClassName="action-add-toggle btn-sm"
|
buttonClassName="action-add-toggle btn btn-sm"
|
||||||
text={<><Icon icon="bx bxs-zap" />{" "}{t("search_definition.action")}</>}
|
text={<><Icon icon="bx bxs-zap" />{" "}{t("search_definition.action")}</>}
|
||||||
noSelectButtonStyle
|
noSelectButtonStyle
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user