diff --git a/packages/client/src/pages/Profile/Section/Footer/styled-active-sessions.js b/packages/client/src/pages/Profile/Section/Footer/styled-active-sessions.js index e473534c7a..1124a17f9d 100644 --- a/packages/client/src/pages/Profile/Section/Footer/styled-active-sessions.js +++ b/packages/client/src/pages/Profile/Section/Footer/styled-active-sessions.js @@ -66,6 +66,14 @@ export const TableDataCell = styled.td` } } + .remove-icon { + svg { + path { + fill: ${(props) => props.theme.activeSessions.removeIconColor}; + } + } + } + @media ${hugeMobile} { .session-browser { position: relative;