update gray items border color

This commit is contained in:
Triston Armstrong 2024-10-09 00:31:52 -04:00
parent 412ae1c740
commit 4ea03e68bf
Signed by: tristonarmstrong
GPG Key ID: A23B48AE45EB6EFE

View File

@ -98,7 +98,7 @@ export function MiniMap() {
const newZIndex = LayerEnum.MINIMAP + 1 const newZIndex = LayerEnum.MINIMAP + 1
return ( return (
<div className={"absolute dark:bg-gray-500 bg-gray-300 hover:bg-blue-500 cursor-pointer border dark:border-[#222] border-gray-500 rounded"} <div className={"absolute dark:bg-gray-500 bg-gray-300 hover:bg-blue-500 cursor-pointer border dark:border-[#222] border-gray-400 rounded"}
onclick={_handleItemClick} onclick={_handleItemClick}
style={{ style={{
width: `${newWidth}px`, width: `${newWidth}px`,