/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
packages/js/src/ui/config/defaultVariables.ts
21 строка
610 B
Paweł Tymczuk
feat(js,react,api-service,ws): support severity in inbox components and hooks fixes NV-6470 (#8913)
14 авг 2025, 11:47
Не верифицирован
14 авг 2025, 11:47
7258054
Код
Авторство
О чём код?
import type { Variables } from '../types'; export const defaultVariables: Required<Variables> = { colorPrimary: '#7D52F4', colorPrimaryForeground: 'white', colorSecondary: '#FFFFFF', colorSecondaryForeground: '#646464', colorCounter: '#FB3748', colorCounterForeground: 'white', colorBackground: '#FCFCFC', colorRing: '#E1E4EA', colorForeground: '#1A1523', colorNeutral: '#525252', colorShadow: 'rgb(0,0,0)', fontSize: '1rem', borderRadius: '0.375rem', colorStripes: '#FF9A68', colorSeverityHigh: '#FB3748', colorSeverityMedium: '#FF8447', colorSeverityLow: 'transparent', };