aboutsummaryrefslogtreecommitdiff
path: root/src/ui/c-modal/c-modal.theme.ts
blob: 0681417b2012f4a094e006c2c25c606fc35928b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
import { defineThemes } from '../theme/theme.models';
import { appThemes } from '../theme/themes';

export const { useTheme } = defineThemes({
  dark: {
    background: appThemes.dark.background,
  },
  light: {
    background: appThemes.light.background,
  },
});