Semantic-Org / Semantic-UI

Semantic is a UI component framework based around useful principles from natural language.
http://www.semantic-ui.com
MIT License
51.07k stars 4.96k forks source link

[Card] card isn't getting in dark mode,even when applied `inverted` Class #7056

Closed i-priyanshu closed 3 years ago

i-priyanshu commented 3 years ago

Steps

I applied the inverted class, to my card element ,but it is not changing its colour to dark

Expected Result

Card Should have have a dark background.

Actual Result

Card is Still having the light default colour.

lubber-de commented 3 years ago

inverted card is only supported when using the community fork https://github.com/fomantic/Fomantic-UI

https://fomantic-ui.com/views/card.html#inverted

i-priyanshu commented 3 years ago

inverted card is only supported when using the community fork https://github.com/fomantic/Fomantic-UI

https://fomantic-ui.com/views/card.html#inverted

Oh, I see, thanks for clearance.