Skip to content

Commit

Permalink
chore: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Picodes committed Jan 15, 2025
1 parent 18a771b commit e79baff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/components/composite/Hero.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { useLocation } from "@remix-run/react";
import {
Button,
Container,
Divider,
Group,
Expand All @@ -13,7 +14,6 @@ import {
Value,
useTheme,
} from "dappkit";
import { Button } from "dappkit";
import type { PropsWithChildren, ReactNode } from "react";
import { v4 as uuidv4 } from "uuid";
import merklConfig from "../../config";
Expand Down
4 changes: 0 additions & 4 deletions src/components/composite/LiFiWidget.client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ export const LifiConfig: Partial<WidgetConfig> = {
primary: "#dfefff",
secondary: "#85b1ff",
},
common: {
white: "#dfefff",
black: "#0f1732",
},
grey: {
200: "#d6eaff",
300: "#85b1ff",
Expand Down
3 changes: 1 addition & 2 deletions src/components/element/leaderboard/LeaderboardTableRow.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import type { Token as TokenType } from "@merkl/api";
import { type Component, Group, PrimitiveTag, Text, Value, mergeClass } from "dappkit";
import { useWalletContext } from "dappkit";
import { type Component, Group, PrimitiveTag, Text, Value, mergeClass, useWalletContext } from "dappkit";
import { useMemo } from "react";
import { formatUnits } from "viem";
import type { RewardService } from "../../../modules/reward/reward.service";
Expand Down

0 comments on commit e79baff

Please sign in to comment.