Closed MohdAhmad1 closed 2 years ago
This is a byproduct of the way our props system works at the moment. A couple of things to get around it:
const { colors } = useTheme()
<Heading size={600} color={colors.blue600} />
or -- feel free to make color
a "theme"-able value for heading - we do this already for Text
if you want to look for an example implementation. PRs welcome!
@zakiAzfar is this issue still open???
@zakiAzfar is this issue still open???
Don't know, haven't used it since a very long time
Color names are not working properly in Heading Component, but working fine when using color values or Text Component