Skip to content

Commit

Permalink
fix: set quote default color
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJiang2021 committed Apr 27, 2023
1 parent afad01b commit 1e82345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/storefront/src/hooks/dom/useOpenPDP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const useOpenPDP = ({ setOpenPage }: MutationObserverProps) => {
)

const {
color = '',
color = '#74685c',
text = '',
customCss = '',
classSelector = '',
Expand Down

0 comments on commit 1e82345

Please sign in to comment.