From a8cb75de074120504f3979610c5e1bbfda9f8da0 Mon Sep 17 00:00:00 2001 From: Bojan Mojsilovic Date: Tue, 23 Apr 2024 12:44:29 +0200 Subject: [PATCH] Fix muted caption --- src/components/ProfileTabs/ProfileTabs.module.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/ProfileTabs/ProfileTabs.module.scss b/src/components/ProfileTabs/ProfileTabs.module.scss index 4f5c8c4..0a1791d 100644 --- a/src/components/ProfileTabs/ProfileTabs.module.scss +++ b/src/components/ProfileTabs/ProfileTabs.module.scss @@ -72,6 +72,7 @@ line-height: 20px; color: var(--text-secondary); display: flex; + flex-direction: column; justify-content: center; align-items: center; padding: 40px; @@ -79,7 +80,7 @@ line-break: anywhere; button { - margin: 0; + margin: 8px; padding: 0; margin-left: 8px; background: none; @@ -90,6 +91,10 @@ color: var(--accent-2); width: auto; height: auto; + + &:hover { + color: var(--text-primary); + } } }