-
-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Description
I wasn't sure if i should file a bug report or not, so i'm asking first. I organize my colors as follows:
const theme: AppTheme = {
colors: {
blue: {
1: '#83879c',
2: '#B6B9CB'
//3: etc..
}
}
}
Considering a simple button component that uses the xstyled color prop:
<Button color="blue.1"/>
I get this typescript error:
Should i change the way i organize my colors because this is expected? Or should it not throw a type error? The color itself works as it should, but the type is causing the problem
Metadata
Metadata
Assignees
Labels
No labels