mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-11 16:39:15 +08:00
style(SelectModelPopup): update background color animation for improved visual consistency
This commit is contained in:
parent
b90a3c9d8e
commit
8a965e69e7
@ -456,8 +456,7 @@ const StyledMenu = styled(Menu)`
|
|||||||
/* Simple animation that changes background color when sticky */
|
/* Simple animation that changes background color when sticky */
|
||||||
@keyframes background-change {
|
@keyframes background-change {
|
||||||
to {
|
to {
|
||||||
background-color: var(--color-background-soft);
|
background-color: var(--color-background);
|
||||||
opacity: 0.95;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user