fix: improve structure widget styling (#127)

This commit is contained in:
guarzo
2025-01-21 03:47:40 -05:00
committed by GitHub
parent 30b0556d47
commit 4633d26517
3 changed files with 86 additions and 23 deletions

View File

@@ -70,6 +70,11 @@ export const SystemStructures: React.FC = () => {
<WdImgButton
className={`${PrimeIcons.CLOCK} text-sky-400 hover:text-sky-200 transition duration-300`}
onClick={handlePasteTimer}
tooltip={{
position: TooltipPosition.left,
// @ts-ignore
content: 'Add Structures/Timer',
}}
/>
<WdImgButton
className={PrimeIcons.QUESTION_CIRCLE}