removed extra margin from access specifiers

This commit is contained in:
Palanikannan1437 2023-10-04 21:47:42 +05:30
parent 696a2e9251
commit a9d197cda7

View File

@ -72,7 +72,7 @@ export const FixedMenu = (props: EditorBubbleMenuProps) => {
> >
<Icon <Icon
iconName={access.icon} iconName={access.icon}
className={`w-4 h-4 -mt-1 ${props.commentAccessSpecifier?.accessValue === access.key className={`w-4 h-4 ${props.commentAccessSpecifier?.accessValue === access.key
? "!text-custom-text-100" ? "!text-custom-text-100"
: "!text-custom-text-400" : "!text-custom-text-400"
}`} }`}