From 0a364f6957ccab6b34c2b2c0d0b74a78247c6528 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 29 Aug 2024 13:04:46 -0500 Subject: [PATCH] Use only column gap --- bskyogcard/src/components/Text.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bskyogcard/src/components/Text.tsx b/bskyogcard/src/components/Text.tsx index 0870005fca..6c99296fc5 100644 --- a/bskyogcard/src/components/Text.tsx +++ b/bskyogcard/src/components/Text.tsx @@ -14,7 +14,9 @@ export function Text({ style={s([ a.flex, a.flex_wrap, - a.gap_xs, + { + columnGap: a.gap_xs.gap, + }, a.font_normal, a.leading_tight, a.tracking_wide,