UNPKG

@onethousandswaps-libs/uikit

Version:

User interface package for One THousand Swaps apps

11 lines (8 loc) 240 B
import { darkColors, lightColors } from "../../theme/colors"; import { AlertTheme } from "./types"; export const light: AlertTheme = { background: lightColors.card, }; export const dark: AlertTheme = { background: darkColors.card, };