import { Configuration } from "@openfun/cunningham-react"; const config: Configuration = { themes: { default: { components: { button: { "border-radius": "30px", }, }, }, }, }; export default config;