Cinder.Theme.Override (Cinder v0.5.0)
View SourceData structure representing a theme override for a specific component.
Summary
Types
@type t() :: %Cinder.Theme.Override{ component: atom(), properties: [Cinder.Theme.Property.t()] }
Data structure representing a theme override for a specific component.
@type t() :: %Cinder.Theme.Override{ component: atom(), properties: [Cinder.Theme.Property.t()] }