Background variant not working #1297
-
Beta Was this translation helpful? Give feedback.
Answered by
bcakmakoglu
Feb 4, 2024
Replies: 2 comments 5 replies
-
You can't use both a bg color and a pattern color on the Background component. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bcakmakoglu
-
The problem wasn't with the color though, it was that the variant isn't being respected and neither a lines or dots grid is being rendered... |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can't use both a bg color and a pattern color on the Background component.
the bg color prop is sort of useless since you can just use
<VueFlow :style="{ backgroundColor: color }">