-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
September 26, 2019
Ferran Negre edited this page Sep 26, 2019
·
1 revision
- For DarkTheme, we should not use DarkTheme.colors.surface but pass surface prop
- In Theme we can have
useSurfaceOverlay: true
- Right now
Button
is usingprimary
color instead ofaccent
like in v2. We need to check if this is ok or not (specially Dark Theme)