-
How can I use a color token I've defined as import { styled } from '../styled-system/jsx'
export const PrimaryButton = styled(BaseButton, {
base: {
background: "transparent",
border: "2px solid token(primaryText)",
_hover: {
background: "black",
color: "white",
},
},
}); I've tried using |
Beta Was this translation helpful? Give feedback.
Answered by
anubra266
Mar 1, 2024
Replies: 1 comment
Answer selected by
anubra266
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jim4067 https://play.panda-css.com/eFaht4fkPH