From 38e88bb1a51d06b0f2aafab32fef5dfe3ecedf95 Mon Sep 17 00:00:00 2001 From: Nicolay Arefyeu Date: Tue, 27 Feb 2024 17:25:14 +0200 Subject: [PATCH] Change border --- src/styles/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/index.ts b/src/styles/index.ts index 028bb88d6a03..fa67f28b294b 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -3068,7 +3068,7 @@ const styles = (theme: ThemeColors) => smallEditIcon: { alignItems: 'center', backgroundColor: theme.buttonDefaultBG, - borderColor: theme.buttonDefaultBG, + borderColor: theme.cardBG, borderRadius: 20, borderWidth: 3, color: theme.textReversed,