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); + } } `;