mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-30 11:26:24 +02:00
refactor: enhance UI components with dark mode support and streamline tooltip usage across toolbar buttons
This commit is contained in:
parent
6af251a108
commit
d4ad1dcae4
9 changed files with 21 additions and 26 deletions
|
|
@ -17,7 +17,7 @@ export function LinkToolbarButton(
|
|||
const { props: buttonProps } = useLinkToolbarButton(state);
|
||||
|
||||
return (
|
||||
<ToolbarButton {...props} {...buttonProps} data-plate-focus tooltip="Link">
|
||||
<ToolbarButton tooltip="Link" {...props} {...buttonProps} data-plate-focus>
|
||||
<Link />
|
||||
</ToolbarButton>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue