Skip to content
Snippets Groups Projects
Commit fdcfd692 authored by danieldeng2's avatar danieldeng2
Browse files

Add dynamic colours back to selection headers

parent 90dc5def
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,8 @@ const ResourceSectionHeader: React.FC<SectionHeaderProps> = ({
onClick={onDownloadClick}
>
<FontAwesomeIcon
className={styles.buttonIcon}
className={styles.buttonIcon}
style={{color: checkBoxColur}}
icon={faDownload}
/>
</Button>
......@@ -53,7 +54,8 @@ const ResourceSectionHeader: React.FC<SectionHeaderProps> = ({
aria-expanded={show}
>
<FontAwesomeIcon
className={styles.buttonIcon}
className={styles.buttonIcon}
style={{color: checkBoxColur}}
icon={selectAllIcon}
/>
</Button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment