diff --git a/components/Page/style.js b/components/Page/style.js index 2d86d6f..20b4973 100644 --- a/components/Page/style.js +++ b/components/Page/style.js @@ -101,6 +101,7 @@ export const ScrollToTop = styled.button` transition: all 0.2s ease-in-out; opacity: ${props => (props.isVisible ? '1' : '0')}; background: ${theme.text.default}; + background-image: radial-gradient(circle at top right, #a913de, #6ac9ff); color: ${theme.bg.default}; transform: translateY(${props => (props.isVisible ? '0' : '80px')}); cursor: pointer;