Skip to content

Commit

Permalink
remove theme from playground config
Browse files Browse the repository at this point in the history
  • Loading branch information
Cami committed Apr 12, 2024
1 parent 41cae00 commit dfb76c3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/playground/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ import type {
} from '@transcend-io/airgap.js-types';
import { DEFAULT_VIEW_STATE_BY_PRIVACY_REGIME_COPIED } from '../config';

export const defaultConfig: ConsentManagerConfig = {
export const defaultConfig: Partial<ConsentManagerConfig> = {
css: './build/cm.css',
messages: '',
theme: {
primaryColor: '#3333FF',
fontColor: '#010101',
},
breakpoints: {
tablet: '640px',
desktop: '1024px',
Expand Down

0 comments on commit dfb76c3

Please sign in to comment.