improved tooltips

This commit is contained in:
2026-05-06 11:41:32 -06:00
parent fd6697b48e
commit a96e42c9f9
13 changed files with 92 additions and 131 deletions

View File

@ -144,7 +144,7 @@ function LicenseActivateDialog({
<button
onClick={onClose}
className="p-1 rounded hover:bg-editor-surface text-editor-text-muted"
data-tooltip="Close dialog"
title="Close dialog"
>
<X className="w-4 h-4" />
</button>