Skip to content

Commit

Permalink
feat: updates background color in client-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
aatbip committed Oct 1, 2024
1 parent c08d5ad commit 9563c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/client-preview/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default async function ClientPreviewPage({

let settings: ISettings = {
content: defaultState,
backgroundColor: '#ffffff',
backgroundColor: '#f7f8fa',
id: '',
bannerImage: {
id: '',
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/ClientPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const ClientPreview = ({
appState?.toggleReadOnly(true)
const _settings = {
content: defaultState,
backgroundColor: '#ffffff',
backgroundColor: '#f7f8fa',
id: '',
bannerImage: {
id: '',
Expand Down

0 comments on commit 9563c02

Please sign in to comment.