Skip to content

Commit

Permalink
removed extra margin from access specifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Palanikannan1437 committed Oct 4, 2023
1 parent 696a2e9 commit a9d197c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const FixedMenu = (props: EditorBubbleMenuProps) => {
>
<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-400"
}`}
Expand Down

0 comments on commit a9d197c

Please sign in to comment.