Added background color to styled collapse in StyledCollapse.js. Related to task T2174.
Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project
cd web/cashtab
npm start
navigate to the configure tab
ensure background colors for both StyledCollapse components are correct and that content is legible
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- add-bg-color-styled-collapse
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 17935 Build 35692: Build Diff cashtab-tests Build 35691: arc lint + arc unit
Event Timeline
web/cashtab/src/components/Common/StyledCollapse.js | ||
---|---|---|
12 | This is changing the color from white to grey. Please add a separate color under props.theme.collapses, say props.theme.collapses.expandedBackground For now, set it to white (the current color). |