You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const StyledRow = styled(Row)background-color: #f00;;
the css is getting applied, i can see red color but there is only single row in which all the columns are displayed, so the UI becomes Messy
const StyledRow = styled(Row)
background-color: #f00;;the css is getting applied, i can see red color but there is only single row in which all the columns are displayed, so the UI becomes Messy