We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f110134 commit 81c42ebCopy full SHA for 81c42eb
dark-mode/README.md
@@ -2,13 +2,15 @@
2
3
### Difficulty: Medium | Time required: ~ 30 minutes
4
5
+
6
# Requirements
7
- Add dark-mode switching functionality to the *existing* dark-mode button
8
- Utilise the *existing* dark-mode scss file by adding a `dark-mode` class to the root `html` element
9
- When in Dark mode:
10
- The button icon should be `faSun`
11
- The button icon colour should be `(#FFA500)`. You can use the `color` prop on the `Icon` component.
12
13
14
# Think about
15
- How we would use Dark mode on other potential routes/components in a bigger application. Would your solution work for this?
16
- How we can apply a class to the `html` DOM element
0 commit comments