Skip to content

Commit ba8127f

Browse files
authored
Merge pull request #790 from complexdatacollective/fix/datepicker-bg
Fix/datepicker bg
2 parents 6e207a4 + 048420c commit ba8127f

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@babel/eslint-plugin": "^7.13.10",
4949
"@babel/plugin-proposal-class-properties": "^7.12.1",
5050
"@babel/preset-react": "^7.12.1",
51-
"@codaco/ui": "^5.8.0",
51+
"@codaco/ui": "^5.8.1",
5252
"@material-ui/icons": "^4.11.2",
5353
"@tippyjs/react": "^4.2.5",
5454
"animejs": "^2.2.0",

src/styles/_theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
--text-dark: var(--color-charcoal);
1616
--ring--background: var(--color-navy-taupe);
1717
--node-outer-trim-stroke: var(--color-mustard);
18+
--input-panel-bg: var(--color-white);
1819

1920
// App Chrome
2021
--background-dark: var(--color-navy-taupe);

0 commit comments

Comments
 (0)