feat(text): update border radius of text mini map item

This commit is contained in:
Triston Armstrong 2024-10-10 13:00:55 -04:00
parent 09e6c1c9a9
commit 2fdb9e8d6e
Signed by: tristonarmstrong
GPG Key ID: A23B48AE45EB6EFE

View File

@ -125,7 +125,7 @@ export function MiniMap() {
}
return (
<div ref={el} className={"bg-indigo-500 hover:bg-blue-500 cursor-pointer"}
<div ref={el} className={"bg-indigo-500 hover:bg-blue-500 cursor-pointer rounded"}
onclick={_handleItemClick}
style={{
position: 'absolute',