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

Change some buttons to be secondary

parent 87a6ac09
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ const ResourceSectionHeader: React.FC<SectionHeaderProps> = ({
<span id="download-button">
<Button
style={{ color: checkBoxColur }}
variant="secondary"
className={styles.sectionHeaderButton}
onClick={() => {}}
>
......@@ -48,7 +49,8 @@ const ResourceSectionHeader: React.FC<SectionHeaderProps> = ({
<Button
style={{ color: checkBoxColur }}
className={styles.sectionHeaderButton}
onClick={onSelectAllClick}
onClick={onSelectAllClick}
variant="secondary"
aria-controls="download-button"
aria-expanded={show}
>
......
......@@ -62,7 +62,7 @@ const ModuleResources: React.FC<{ year: string}> = ({year}) => {
placeholder="Search..."
/>
<InputGroup.Append>
<Button className={styles.searchBarIcon}>
<Button variant="secondary" className={styles.searchBarIcon}>
<FontAwesomeIcon size="1x" icon={faInfoCircle} />
</Button>
</InputGroup.Append>
......
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