We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e756c7d commit 569072eCopy full SHA for 569072e
packages/ui-view/src/ContextView/styles.ts
@@ -308,7 +308,9 @@ const generateStyle = (
308
...arrowBaseStyles,
309
display: 'block',
310
borderWidth: `calc(${componentTheme?.arrowSize} + ${componentTheme?.arrowBorderWidth})`,
311
- borderColor: borderColor || arrowBackGroundVariants[background!],
+ borderColor:
312
+ borderColor ||
313
+ arrowBackGroundVariants[background!],
314
...arrowPlacementVariant.main,
315
...getArrowCorrections(placement!, componentTheme),
316
'&::after': {
0 commit comments