Skip to content

Commit 32132a2

Browse files
adjust hover style
1 parent a5903bf commit 32132a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/features/common/components/footer/footer.component.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ export const FooterComponent: React.FC<FooterComponentProps> = ({
235235
padding: "0px",
236236
height: "100%",
237237
alignSelf: "center",
238+
color: "inherit",
238239
}),
239240
valueContainer: (base) => ({
240241
...base,

src/features/common/components/footer/footer.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
gap: 0.25rem;
275275
color: var(--color_fg_default);
276276

277-
&:focus-within {
277+
&:hover {
278278
color: (var(--color_fg_bold));
279279
}
280280
}

0 commit comments

Comments
 (0)