@ -60,7 +60,7 @@ BackgroundProperties{
if ( root . isVertical ) {
var expected = customRadiusIsEnabled ? customAppliedRadius : Math . max ( themePadding , solidBackgroundPadding ) ;
expected = Math . max ( 0 , expected - metrics . margin . length ) ; / / ! r e m o v e f r o m r o u n d n e s s p a d d i n g t h e a p p l i e d m a r g i n s
return expected ;
return expected * indicators . info . backgroundCornerMargin ;
} else {
return Math . max ( themePadding , solidBackgroundPadding ) ;
}
@ -77,7 +77,7 @@ BackgroundProperties{
if ( root . isVertical ) {
var expected = customRadiusIsEnabled ? customAppliedRadius : Math . max ( themePadding , solidBackgroundPadding ) ;
expected = Math . max ( 0 , expected - metrics . margin . length ) ; / / ! r e m o v e f r o m r o u n d n e s s p a d d i n g t h e a p p l i e d m a r g i n s
return expected ;
return expected * indicators . info . backgroundCornerMargin ;
} else {
return Math . max ( themePadding , solidBackgroundPadding ) ;
}
@ -95,7 +95,7 @@ BackgroundProperties{
if ( root . isHorizontal ) {
var expected = customRadiusIsEnabled ? customAppliedRadius : Math . max ( themePadding , solidBackgroundPadding ) ;
expected = Math . max ( 0 , expected - metrics . margin . length ) ; / / ! r e m o v e f r o m r o u n d n e s s p a d d i n g t h e a p p l i e d m a r g i n s
return expected ;
return expected * indicators . info . backgroundCornerMargin ;
} else {
return Math . max ( themePadding , solidBackgroundPadding ) ;
}
@ -113,7 +113,7 @@ BackgroundProperties{
if ( root . isHorizontal ) {
var expected = customRadiusIsEnabled ? customAppliedRadius : Math . max ( themePadding , solidBackgroundPadding ) ;
expected = Math . max ( 0 , expected - metrics . margin . length ) ; / / ! r e m o v e f r o m r o u n d n e s s p a d d i n g t h e a p p l i e d m a r g i n s
return expected ;
return expected * indicators . info . backgroundCornerMargin ;
} else {
return Math . max ( themePadding , solidBackgroundPadding ) ;
}