Theme
class Theme(val color: Theme.Color, val radius: Theme.Radius, val borderWidth: Theme.BorderWidth, val opacity: Theme.Opacity, val shadow: Theme.Shadow, val typography: Theme.Typography, val component: Theme.Component)
Constructors
Link copied to clipboard
constructor(color: Theme.Color, radius: Theme.Radius, borderWidth: Theme.BorderWidth, opacity: Theme.Opacity, shadow: Theme.Shadow, typography: Theme.Typography, component: Theme.Component)
Types
Link copied to clipboard
Link copied to clipboard
class Color(val bg: Theme.Color.Bg, val surface: Theme.Color.Surface, val border: Theme.Color.Border, val text: Theme.Color.Text, val icon: Theme.Color.Icon, val overlay: Theme.Color.Overlay)
Link copied to clipboard
class Component(val dynamicPagination: Theme.Component.DynamicPagination, val datePicker: Theme.Component.DatePicker, val browserFocus: Theme.Component.BrowserFocus, val switch: Theme.Component.Switch, val checkbox: Theme.Component.Checkbox, val button: Theme.Component.Button, val price: Theme.Component.Price)
Link copied to clipboard
Link copied to clipboard
class Typography(val fontFamily: Theme.Typography.FontFamily, val fontWeight: Theme.Typography.FontWeightToken)