mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +08:00
style(SelectModelPopup): update background color animation for improved visual consistency
This commit is contained in:
parent
6203033706
commit
0c9ea43170
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user