Skip to content

Commit 641ef93

Browse files
committed
fix gradient background
1 parent a4c9bbd commit 641ef93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/global-settings/color-schemes/color-scheme-picker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ const ColorSchemePicker = props => {
330330
// 2. Heading Color, Text Color, Accent Color when it is in the hover state
331331
if ( property === 'backgroundColor' ) {
332332
if ( isGradient( itemInEdit?.colorScheme[ property ]?.desktop ) && currentHoverState !== 'normal' ) {
333-
return false
333+
return true
334334
}
335335

336336
return currentHoverState === 'parent-hover'

0 commit comments

Comments
 (0)