Skip to content

Commit

Permalink
Update styles.tsx
Browse files Browse the repository at this point in the history
Fixing something
  • Loading branch information
Kyro3400 authored Oct 4, 2024
1 parent 6e4ca63 commit 800ee60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/links/styles.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createStyles } from "@mantine/core";

export const useStyles = createStyles((theme, _, u) => ({
export const useStyles = createStyles((theme) => ({
control: {
fontWeight: 500,
fontFamily: theme.headings.fontFamily,
Expand Down

0 comments on commit 800ee60

Please sign in to comment.