From e588e5ca855b7a9ce4a03c1599422257cecae4a9 Mon Sep 17 00:00:00 2001 From: Cyril Gromoff Date: Wed, 14 Aug 2024 14:26:16 +0200 Subject: [PATCH] Fix the color of the 'Invite more' button when in dark mode Changelog: fixed --- webapp/channels/src/components/invitation_modal/result_view.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/channels/src/components/invitation_modal/result_view.tsx b/webapp/channels/src/components/invitation_modal/result_view.tsx index b945e4f6bf..edf18805db 100644 --- a/webapp/channels/src/components/invitation_modal/result_view.tsx +++ b/webapp/channels/src/components/invitation_modal/result_view.tsx @@ -81,7 +81,7 @@ export default function ResultView(props: Props) {