diff --git a/frontend/src/assets/styles/dashboard.scss b/frontend/src/assets/styles/dashboard.scss index 6ec15aa6..422371fd 100644 --- a/frontend/src/assets/styles/dashboard.scss +++ b/frontend/src/assets/styles/dashboard.scss @@ -37,11 +37,13 @@ position: relative; .flush-cache-container { - top: 0; + top: -5px; right: 0; .flush-cache-button { border-radius: $primary-radius; - background-color: $primary-blue; + background-color: $primary-white; + color: $primary-blue; + // font-size: $font-small; } } } diff --git a/frontend/src/components/buttons/FlushCacheButton.tsx b/frontend/src/components/buttons/FlushCacheButton.tsx index b18235dd..bfd4c041 100644 --- a/frontend/src/components/buttons/FlushCacheButton.tsx +++ b/frontend/src/components/buttons/FlushCacheButton.tsx @@ -13,8 +13,6 @@ const Alert = React.forwardRef(function Alert( export default function FlushCacheButton() { const [open, setOpen] = React.useState(false) - // const [loading, setLoading] = React.useState(false) - // const [success, setSuccess] = React.useState(false) const [error, setError] = React.useState(false) /**