TP-51454 | Sohan Reddy | Tooltip Change (#328)
This commit is contained in:
committed by
GitHub
parent
f80f64cc5f
commit
c7b89e7448
@@ -86,7 +86,7 @@ class ToolTipShape(
|
||||
bottomPeakRadius = bottomPeakRadius,
|
||||
offsetPercentage = offsetPercentage,
|
||||
radius = radius,
|
||||
defaultCornerRadius = defaultCornerRadius,
|
||||
defaultCornerRadius = maxOf(defaultCornerRadius, 0f),
|
||||
offset = offsetPx,
|
||||
size = size
|
||||
)
|
||||
@@ -95,7 +95,7 @@ class ToolTipShape(
|
||||
peakHeight = peakHeight,
|
||||
peakDirection = peakDirection,
|
||||
radius = radius,
|
||||
defaultCornerRadius = defaultCornerRadius,
|
||||
defaultCornerRadius = maxOf(defaultCornerRadius, 0f),
|
||||
size = size
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user