From 6bbf356c3ce69e57ad10a0712e7865bf82bedbab Mon Sep 17 00:00:00 2001 From: Maria A Nunez Date: Wed, 19 Mar 2025 13:05:29 -0400 Subject: [PATCH] Fixed copy link icon styling (#30407) --- .../channels/src/components/channel_info_rhs/top_buttons.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webapp/channels/src/components/channel_info_rhs/top_buttons.tsx b/webapp/channels/src/components/channel_info_rhs/top_buttons.tsx index 62cc9d88cc..d555b26fcf 100644 --- a/webapp/channels/src/components/channel_info_rhs/top_buttons.tsx +++ b/webapp/channels/src/components/channel_info_rhs/top_buttons.tsx @@ -69,6 +69,10 @@ const CopyButton = styled(Button)` &.success { background: var(--denim-status-online); color: var(--button-color); + + & i { + color: var(--button-color); + } } `;