Skip to content

Having trouble theming some components #1244

Answered by akleiner2
psiho asked this question in Q&A
Discussion options

You must be logged in to vote

@psiho Instead of adding these styles in baseStyle under the disabled key, you might want to try something like this:

defaultTheme.component.Select.appearances.default = { 
    ...defaultTheme.component.Select.appearances.default, 
   _disabled: {
     // your styles here
    }
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by akleiner2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
theming Question, feedback, etc. around theming architecture
2 participants