Skip to content

Commit

Permalink
Update naming for themes in the dApp
Browse files Browse the repository at this point in the history
  • Loading branch information
kkosiorowska committed Dec 10, 2024
1 parent 6b063e6 commit 9f4b44c
Show file tree
Hide file tree
Showing 23 changed files with 22 additions and 22 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
44 changes: 22 additions & 22 deletions dapp/src/theme/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { extendTheme } from "@chakra-ui/react"
import { buttonTheme } from "./Button"
import {
colors,
fonts,
Expand All @@ -8,27 +7,28 @@ import {
styles,
zIndices,
} from "./utils"
import { drawerTheme } from "./Drawer"
import { modalTheme } from "./Modal"
import { cardTheme } from "./Card"
import { tooltipTheme } from "./Tooltip"
import { headingTheme } from "./Heading"
import { currencyBalanceTheme } from "./CurrencyBalance"
import { tokenBalanceInputTheme } from "./TokenBalanceInput"
import { inputTheme } from "./Input"
import { alertTheme } from "./Alert"
import { formTheme } from "./Form"
import { formLabelTheme } from "./FormLabel"
import { formErrorTheme } from "./FormError"
import { tagTheme } from "./Tag"
import { spinnerTheme } from "./Spinner"
import { linkTheme } from "./Link"
import { skeletonTheme } from "./Skeleton"
import { closeButtonTheme } from "./CloseButton"
import { progressTheme } from "./Progress"
import { countdownTheme } from "./Countdown"
import { footerTheme } from "./Footer"
import { acreTVLProgressTheme } from "./AcreTVLProgress"
import { acreTVLProgressTheme } from "./acreTVLProgressTheme"
import { alertTheme } from "./alertTheme"
import { buttonTheme } from "./buttonTheme"
import { cardTheme } from "./cardTheme"
import { closeButtonTheme } from "./closeButtonTheme"
import { countdownTheme } from "./countdownTheme"
import { currencyBalanceTheme } from "./currencyBalanceTheme"
import { drawerTheme } from "./drawerTheme"
import { footerTheme } from "./footerTheme"
import { formErrorTheme } from "./formErrorTheme"
import { formLabelTheme } from "./formLabelTheme"
import { formTheme } from "./formTheme"
import { headingTheme } from "./headingTheme"
import { inputTheme } from "./inputTheme"
import { linkTheme } from "./linkTheme"
import { modalTheme } from "./modalTheme"
import { progressTheme } from "./progressTheme"
import { skeletonTheme } from "./skeletonTheme"
import { spinnerTheme } from "./spinnerTheme"
import { tagTheme } from "./tagTheme"
import { tokenBalanceInputTheme } from "./tokenBalanceInputTheme"
import { tooltipTheme } from "./tooltipTheme"

const defaultTheme = {
// TODO: Remove when dark mode is ready
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9f4b44c

Please sign in to comment.