💄(demo) improve some default style
Improve typography responsive and customize card design tokens for the dark theme
This commit is contained in:
committed by
Jean-Baptiste PENRATH
parent
d119b79c3f
commit
ec4fbb082c
@@ -2,6 +2,14 @@ import { Configuration } from "@openfun/cunningham-react";
|
||||
|
||||
const defaultConfig: Configuration = {
|
||||
themes: {
|
||||
dark: {
|
||||
components: {
|
||||
card: {
|
||||
"border-width": "none",
|
||||
"box-shadow": "rgba(0, 8, 16, 0.3) 0px 16px 24px",
|
||||
},
|
||||
},
|
||||
},
|
||||
redflux_dark: {
|
||||
theme: {
|
||||
colors: {
|
||||
|
||||
Reference in New Issue
Block a user