Skip to content

Commit 33f9705

Browse files
fix(web): make reset zoom hover visible (#6385)
Co-authored-by: t3-code[bot] <269035359+t3-code[bot]@users.noreply.github.com> Co-authored-by: Utkarsh Patil <73941998+UtkarshUsername@users.noreply.github.com>
1 parent da6253b commit 33f9705

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/web/src/components/preview/PreviewMoreMenu.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ export function PreviewMoreMenu({
169169
type="button"
170170
onClick={callTab(bridge.resetZoom)}
171171
aria-label="Reset zoom"
172+
className="[:hover,[data-pressed]]:bg-foreground/10"
172173
disabled={tabDisabled}
173174
>
174175
<RotateCcw />

0 commit comments

Comments
 (0)