Skip to content

Commit

Permalink
styles update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Vonášek committed Jan 31, 2024
1 parent fe9b842 commit 1db84cc
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
Typography,
} from "@mui/material"
import { debounce } from "lodash"
import React, { useMemo, useState } from "react"
import { useMemo, useState } from "react"
import { FormattedNumber } from "sections/lending/components/primitives/FormattedNumber"
import { Row } from "sections/lending/components/primitives/Row"
import { ConnectWalletButton } from "sections/lending/components/WalletConnection/ConnectWalletButton"
Expand All @@ -22,7 +22,6 @@ import {
getNetworkConfig,
NetworkConfig,
} from "sections/lending/utils/marketsAndNetworksConfig"
import { GENERAL } from "sections/lending/utils/mixPanelEvents"

import { AssetInput } from "sections/lending/components/transactions/AssetInput"
import { TxModalDetails } from "sections/lending/components/transactions/FlowCommons/TxModalDetails"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { ChainId } from "@aave/contract-helpers"
import { Button, Typography } from "@mui/material"
import { useWeb3Context } from "sections/lending/libs/hooks/useWeb3Context"
import { useRootStore } from "sections/lending/store/root"
import { GENERAL } from "sections/lending/utils/mixPanelEvents"

import { Warning } from "sections/lending/components/primitives/Warning"

Expand Down
2 changes: 1 addition & 1 deletion src/sections/lending/layouts/MainLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ReactNode } from "react"

import { AppHeader } from "./AppHeader"

import { LendingPageProviders } from "sections/lending/providers/LandingPageProviders"
import { LendingPageProviders } from "sections/lending/providers/LendingPageProviders"

export function MainLayout({ children }: { children: ReactNode }) {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/sections/lending/layouts/WalletWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export default function WalletWidget({
bgcolor: networkColor,
width: 6,
height: 6,
mr: 2,
mr: 8,
boxShadow:
"0px 2px 1px rgba(0, 0, 0, 0.05), 0px 0px 1px rgba(0, 0, 0, 0.25)",
borderRadius: "50%",
Expand Down

0 comments on commit 1db84cc

Please sign in to comment.