We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b23dae commit a0b4b9dCopy full SHA for a0b4b9d
frontend/src/components/Footer.js
@@ -4,7 +4,7 @@ function Footer() {
4
/*
5
Theme
6
*/
7
- const { secondThemeColor } = useTheme();
+ const { secondThemeColor, textThemeColor } = useTheme();
8
9
return (
10
<footer
@@ -14,7 +14,10 @@ function Footer() {
14
<p>Meta Clock 2025</p>
15
<div className="Footer__bottom__wrapper">
16
<p className="Footer__small__p__text">Inspired by </p>
17
- <a href="https://www.humanssince1982.com/en-eu/products/clockclock-24-white">ClockClock 24</a>
+ <a
18
+ href="https://www.humanssince1982.com/en-eu/products/clockclock-24-white"
19
+ style={{ "--after-color": textThemeColor }}
20
+ >ClockClock 24</a>
21
</div>
22
</footer>
23
);
0 commit comments