From 21caaa7009e49cd7cedc54104ab9438c330ed708 Mon Sep 17 00:00:00 2001 From: enes Date: Tue, 6 Aug 2024 12:54:01 +0200 Subject: [PATCH] fix: sigit links and outline --- src/components/DisplaySigit/style.module.scss | 3 +++ src/components/UserAvatar/index.tsx | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/DisplaySigit/style.module.scss b/src/components/DisplaySigit/style.module.scss index a615713..1b029be 100644 --- a/src/components/DisplaySigit/style.module.scss +++ b/src/components/DisplaySigit/style.module.scss @@ -6,6 +6,8 @@ background-color: $overlay-background-color; border-radius: 4px; + outline: none !important; + display: flex; padding: 15px; gap: 15px; @@ -79,6 +81,7 @@ .title { font-size: 20px; + color: $text-color; } .users { diff --git a/src/components/UserAvatar/index.tsx b/src/components/UserAvatar/index.tsx index 5382475..9ae60ce 100644 --- a/src/components/UserAvatar/index.tsx +++ b/src/components/UserAvatar/index.tsx @@ -16,7 +16,11 @@ interface UserAvatarProps { */ export const UserAvatar = ({ pubkey, name, image }: UserAvatarProps) => { return ( - +