diff --git a/src/renderer/src/components/Popups/SelectModelPopup.tsx b/src/renderer/src/components/Popups/SelectModelPopup.tsx index e9d3adcd..3fe73840 100644 --- a/src/renderer/src/components/Popups/SelectModelPopup.tsx +++ b/src/renderer/src/components/Popups/SelectModelPopup.tsx @@ -456,8 +456,7 @@ const StyledMenu = styled(Menu)` /* Simple animation that changes background color when sticky */ @keyframes background-change { to { - background-color: var(--color-background-soft); - opacity: 0.95; + background-color: var(--color-background); } }