tailwindcss 로 글자를 하얀색으로 바꾸고 싶은데 text-white가 안됩니다. #38
-
tailwindcss 로 글자를 하얀색으로 바꾸고 싶은데 text-white가 안됩니다. |
Beta Was this translation helpful? Give feedback.
Answered by
asdfqaz74
Jan 2, 2024
Replies: 1 comment 1 reply
-
보통은 .text-white 가 맞는데 text-background 라고 하시면 됩니다! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
asdfqaz74
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
보통은 .text-white 가 맞는데
저희가 tailwind.config 에 text-background: '#ffffff' 라고 따로 정의해서
text-background 라고 하시면 됩니다!