You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test Google solution to use tokens values directly by using OudsTheme object values to be able to replace for example OudsColorKeyToken.Content.Default.value by OudsTheme.colorScheme.content.default
If the study is conclusive, we should document OudsBorders, OudsColorScheme, OudsElevations, OudsGrids, ... and remove @Suppress annotations.
Nested classes can be created in these data classes if necessary. fromToken() and .value will be used internally only.
The text was updated successfully, but these errors were encountered:
Test Google solution to use tokens values directly by using
OudsTheme
object values to be able to replace for exampleOudsColorKeyToken.Content.Default.value
byOudsTheme.colorScheme.content.default
If the study is conclusive, we should document
OudsBorders
,OudsColorScheme
,OudsElevations
,OudsGrids
, ... and remove @Suppress annotations.Nested classes can be created in these data classes if necessary.
fromToken()
and.value
will be used internally only.The text was updated successfully, but these errors were encountered: