We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253c325 commit 1f8ecf1Copy full SHA for 1f8ecf1
1 file changed
src/containers/experienceAccordion/ExperienceAccordion.js
@@ -15,6 +15,23 @@ class ExperienceAccordion extends Component {
15
className="accord-panel"
16
title={section["title"]}
17
key={section["title"]}
18
+ overrides={{
19
+ Header: {
20
+ style: () => ({
21
+ backgroundColor: `${theme.body}`,
22
+ border: `1px solid`,
23
+ borderRadius: `5px`,
24
+ borderColor: `${theme.headerColor}`,
25
+ marginBottom: `3px`,
26
+ fontFamily: "Google Sans Regular",
27
+ }),
28
+ },
29
+ Content: {
30
31
32
33
34
+ }}
35
>
36
{section["experiences"].map((experience) => {
37
return (
0 commit comments