Skip to content

Commit

Permalink
fixed styles for chevron icon
Browse files Browse the repository at this point in the history
  • Loading branch information
aednikanov committed Jun 27, 2024
1 parent df8f609 commit 803ee2b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ export const ArrayFieldTemplate = (props: ArrayFieldTemplateProps) => {
clsx(
styles.tableColumnIcon,
styles.chevronIcon,
isSimpleArray && collapsed ? styles.chevronIconDown : styles.chevronIconRight
isSimpleArray ?
collapsed && styles.chevronIconDown :
styles.chevronIconRight
)
}/>
</span>
Expand Down

0 comments on commit 803ee2b

Please sign in to comment.