From d3cddfdced0f5f6695249589de0dc24cf06a453f Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Fri, 7 Oct 2022 14:42:18 +0200 Subject: [PATCH] Fix styling for busy contacts --- styles/src/styleTree/contactsPopover.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/styles/src/styleTree/contactsPopover.ts b/styles/src/styleTree/contactsPopover.ts index 16656c3fcd7c9ec7cfca83a719b4d53a6024790e..7dfdb404d6436772c11062cd8e2d397e8a9f3ea8 100644 --- a/styles/src/styleTree/contactsPopover.ts +++ b/styles/src/styleTree/contactsPopover.ts @@ -123,10 +123,10 @@ export default function contactsPopover(theme: Theme) { background: iconColor(theme, "success"), }, contactStatusBusy: { - cornerRadius: 3, - padding: 2, - margin: { top: 3, left: 3 }, - background: iconColor(theme, "feature"), + cornerRadius: 4, + padding: 4, + margin: { top: 12, left: 12 }, + background: iconColor(theme, "warning"), }, contactUsername: { ...text(theme, "mono", "primary", { size: "sm" }),