From 20000c194ceea98016b125f7b0fad52b96ee637f Mon Sep 17 00:00:00 2001 From: Nick Colley Date: Thu, 2 Feb 2023 11:49:45 +0000 Subject: [PATCH] Increase specificity for icon button --- src/routes/_components/profile/AccountProfileFollow.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/_components/profile/AccountProfileFollow.html b/src/routes/_components/profile/AccountProfileFollow.html index 40abadbf..7fed32c1 100644 --- a/src/routes/_components/profile/AccountProfileFollow.html +++ b/src/routes/_components/profile/AccountProfileFollow.html @@ -43,7 +43,7 @@ font-size: 1.1em; } - :global(.icon-button.account-profile-more-options-button) { + :global(.icon-button.icon-button.account-profile-more-options-button) { border: 1px solid var(--button-border); padding-left: 6px; padding-right: 6px;