Closed anderson-896 closed 2 weeks ago
@anderson-896 Hello, the documentation contains instructions on how to make a custom background pattern https://flow.foblex.com/docs/f-background-component
The colors for the pattern doesn't apply properly.
Use hex colours please
Even with hex colours it doesn't work
ah, yes, i see mistake, i will fix it on weekends. for now you can fix it using css
.f-background {
line {
stroke: green;
}
}
Also you can set line style to dashed using css
Yeah, It worked with stroke-dasharray, thanks.
Description
I'd like to have the option for a dashed background pattern:
Additional Context
No response