fix: Remove rounded corners from sidebar icon tab

This commit is contained in:
Lukas May
2026-03-05 11:51:41 +01:00
parent e56bc1bc77
commit 7540562933

View File

@@ -99,7 +99,7 @@ function IconTab({
onClick={onClick}
title={label}
className={`
relative flex items-center justify-center w-8 h-8 rounded-md
relative flex items-center justify-center w-8 h-8
transition-all duration-150
${active
? "text-primary bg-primary/10 shadow-[inset_-2px_0_0_0] shadow-primary"