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 a5903bf commit 32132a2Copy full SHA for 32132a2
src/features/common/components/footer/footer.component.tsx
@@ -235,6 +235,7 @@ export const FooterComponent: React.FC<FooterComponentProps> = ({
235
padding: "0px",
236
height: "100%",
237
alignSelf: "center",
238
+ color: "inherit",
239
}),
240
valueContainer: (base) => ({
241
...base,
src/features/common/components/footer/footer.module.scss
@@ -274,7 +274,7 @@
274
gap: 0.25rem;
275
color: var(--color_fg_default);
276
277
- &:focus-within {
+ &:hover {
278
color: (var(--color_fg_bold));
279
}
280
0 commit comments