Fix hairline borders not visible (#11527)

This commit is contained in:
Oleksii Bulenok
2026-08-31 16:11:43 +02:00
committed by GitHub
parent a086a2ebe0
commit 89c8e1cb70
4 changed files with 369 additions and 329 deletions
@@ -2,7 +2,6 @@ import {createContext, useContext, useMemo} from 'react'
import {
type GestureResponderEvent,
type StyleProp,
StyleSheet,
View,
type ViewStyle,
} from 'react-native'
@@ -255,10 +254,10 @@ export function Divider({style}: ViewStyleProp) {
return (
<View
style={[
a.border_t,
t.atoms.border_contrast_low,
a.w_full,
a.my_sm,
{height: StyleSheet.hairlineWidth},
t.atoms.bg_contrast_100,
style,
]}
/>