Skip to content

Commit b3c3cf5

Browse files
committed
dark theme fix
1 parent 18f7628 commit b3c3cf5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/containers/experienceAccordion/ExperienceAccordion.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ class ExperienceAccordion extends Component {
2525
marginBottom: `3px`,
2626
fontFamily: "Google Sans Regular",
2727
color: `${theme.text}`,
28+
":hover": {
29+
color: `${theme.secondaryText}`,
30+
},
2831
}),
2932
},
3033
Content: {

src/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,4 @@ export const materialTealTheme = {
195195
splashBg: "#05505E",
196196
};
197197

198-
export const chosenTheme = materialDarkTheme;
198+
export const chosenTheme = blueTheme;

0 commit comments

Comments
 (0)