From 38174988b27216ab6ea8a9f45575c35ed5541fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Ch=C3=A1vez?= Date: Tue, 22 Feb 2022 18:47:32 -0600 Subject: [PATCH] create styles for SubscriptAvatar --- src/styles/styles.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/styles/styles.js b/src/styles/styles.js index efa5ab09f0f6..772c2eda65bb 100644 --- a/src/styles/styles.js +++ b/src/styles/styles.js @@ -1486,6 +1486,13 @@ const styles = { borderRadius: 24, }, + singleSubscript: { + height: 20, + width: 20, + backgroundColor: themeColors.icon, + borderRadius: 20, + }, + singleAvatarSmall: { height: 18, width: 18, @@ -1524,6 +1531,15 @@ const styles = { borderColor: 'transparent', }, + secondAvatarSubscript: { + position: 'absolute', + right: -3, + bottom: -3, + borderWidth: 3, + borderRadius: 18, + borderColor: 'transparent', + }, + secondAvatarInline: { bottom: -3, right: -25,