mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
style/dropdown buttons: tweak
This commit is contained in:
committed by
Elian Doran
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
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user