Contrast Theme
Contrast theme is a simple theme that is designed to be a starting point for your own customizations.
TIP
Don't forget to include the default stylesheet in your project. Learn more.
Usage
typescript
import { CookiesConsent, contrastTheme } from '../index'
const cookiesConsent = new CookiesConsent({
// other configurations
theme: contrastTheme,
})