Skip to content

Commit 269fa44

Browse files
committed
fix: zoom level indicator UI
1 parent 7b23009 commit 269fa44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/newPdfViewer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const Controls = memo(function Controls({documentId, toggleFullscreen, isFullscr
123123
<ZoomOut size={24} />
124124
</Button>
125125

126-
<span className="text-xs text-[16px] py-2 text-white font-medium bg-[#000000]">
126+
<span className="text-xs text-[16.5px] py-2 text-white font-small bg-[#262635] rounded px-1">
127127
{typeof zoomLevel === "number" && `${Math.round(zoomLevel * 100)}%`}
128128
</span>
129129

0 commit comments

Comments
 (0)