GrafanaUI: Change chevron directions for open/closed state (#47386)

This commit is contained in:
Josh Hunt 2022-04-08 16:37:25 +01:00 committed by GitHub
parent 883ce5ad30
commit e3b123c3fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ export const CollapsableSection: FC<Props> = ({
{loading ? (
<Spinner className={styles.spinner} />
) : (
<Icon name={open ? 'angle-down' : 'angle-right'} className={styles.icon} />
<Icon name={open ? 'angle-up' : 'angle-down'} className={styles.icon} />
)}
</button>
<div className={styles.label} id={`collapse-label-${id}`}>