fix: Remove rounded corners from sidebar icon tab
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user