Card
component shouldn't have a default padding and a border
#300
Labels
bug
Something isn't working
Card
component shouldn't have a default padding and a border
#300
Describe the issue:
There's a default padding & a border for the
Card
component from the default theme level.This behaviour is inconsistent with the MUI behaviour since the content should be placed inside a
CardContent
component.https://github.com/wso2/oxygen-ui/blob/559796f/packages/react/src/theme/default-theme.ts#L144-L145
How to reproduce:
Card
from@oxygen-ui/react/Card
Expected behavior:
variant="outlined"
Additional context :
The text was updated successfully, but these errors were encountered: