You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice the outer border, which has border thickness but no borderColor pop set, draws a black border. It draws black on all platforms supported by Snack.
On react-native-windows, the border draws transparent (but does take up layout space). This inconsistency is bound to cause problems for xplat code.
I'm not sure if we should default to black, or a brush that's guaranteed to contrast against the default theme. Needs a bit of investigation.
The text was updated successfully, but these errors were encountered:
ghost
added
the
Needs: Triage 🔍
New issue that needs to be reviewed by the issue management team (label applied by bot)
label
Apr 22, 2020
kmelmon
changed the title
borderColor draws black by default on all other platforms
borderColor draws black by default on all other platforms, but draws transparent on Windows
Apr 22, 2020
I noticed this while debugging RTL issues...
See this snack:
https://snack.expo.io/PJTPipoRS
Notice the outer border, which has border thickness but no borderColor pop set, draws a black border. It draws black on all platforms supported by Snack.
On react-native-windows, the border draws transparent (but does take up layout space). This inconsistency is bound to cause problems for xplat code.
I'm not sure if we should default to black, or a brush that's guaranteed to contrast against the default theme. Needs a bit of investigation.
The text was updated successfully, but these errors were encountered: