wip: add UI to manage custom fields (#767)

This commit is contained in:
Carlos Valente
2024-02-09 13:51:40 +01:00
committed by GitHub
parent 212e5f9e68
commit e8b5cb6750
6 changed files with 108 additions and 2 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
import { extendTheme } from '@chakra-ui/react';
import { ontimeAlertOnLight } from './OntimeAlert';
import { ontimeAlertOnDark, ontimeAlertOnLight } from './OntimeAlert';
import {
ontimeButtonFilled,
ontimeButtonGhosted,
@@ -34,6 +34,7 @@ const theme = extendTheme({
Alert: {
variants: {
'ontime-on-light-info': { ...ontimeAlertOnLight },
'ontime-on-dark-info': { ...ontimeAlertOnDark },
},
},
Button: {