fix: Remove rounded corners from sidebar icon tab
This commit is contained in:
@@ -99,7 +99,7 @@ function IconTab({
|
|||||||
onClick={onClick}
|
onClick={onClick}
|
||||||
title={label}
|
title={label}
|
||||||
className={`
|
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
|
transition-all duration-150
|
||||||
${active
|
${active
|
||||||
? "text-primary bg-primary/10 shadow-[inset_-2px_0_0_0] shadow-primary"
|
? "text-primary bg-primary/10 shadow-[inset_-2px_0_0_0] shadow-primary"
|
||||||
|
|||||||
Reference in New Issue
Block a user