Moved out styles of ripples with shadowFg color to single place.
This commit is contained in:
parent
77cd7f642c
commit
c006f8c304
1 changed files with 4 additions and 0 deletions
|
|
@ -1557,3 +1557,7 @@ dropdownMenuWithIcons: DropdownMenu(defaultDropdownMenu) {
|
||||||
}
|
}
|
||||||
menu: menuWithIcons;
|
menu: menuWithIcons;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
universalRippleAnimation: RippleAnimation(defaultRippleAnimation) {
|
||||||
|
color: shadowFg;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue