diff --git a/theme/theme.go b/theme/theme.go index 3e17dfe..4d0322c 100644 --- a/theme/theme.go +++ b/theme/theme.go @@ -10,10 +10,11 @@ type Role struct { Package string // Object specifies what type of object it is. For example: - // - textInput - // - table - // - label - // - dial + // - TextInput + // - Table + // - Label + // - Dial + // This should correspond directly to the type name of the object. Object string }