Skip to content

Commit

Permalink
fix: Fix border visibility in block-based themes (#54964)
Browse files Browse the repository at this point in the history
  • Loading branch information
Siobhan Bamber authored Oct 11, 2023
1 parent 869f7b2 commit 3c75843
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/primitives/src/block-quotation/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export const BlockQuotation = forwardRef( ( { ...props }, ref ) => {
styles.wpBlockQuoteLight,
styles.wpBlockQuoteDark
),
style?.baseColors?.color?.text && {
borderLeftColor: style.baseColors.color.text,
},
style?.color && {
borderLeftColor: style.color,
},
Expand Down

0 comments on commit 3c75843

Please sign in to comment.