1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

Merge pull request #109 from oceanprotocol/fix/datepicker

fix datepicker styles
This commit is contained in:
Matthias Kretschmann 2019-04-24 13:52:30 +02:00 committed by GitHub
commit 8398d67b99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
dist: xenial
language: node_js
node_js: node
node_js:
- '11'
script:
# - ./scripts/install.sh # runs automatically with npm ci

View File

@ -7,7 +7,6 @@ import Help from './Help'
import Label from './Label'
import Row from './Row'
import InputGroup from './InputGroup'
import 'react-datepicker/dist/react-datepicker-cssmodules.css'
import styles from './Input.module.scss'
interface InputProps {

View File

@ -1,4 +1,5 @@
@import '../../../styles/variables';
@import '../../../../node_modules/react-datepicker/dist/react-datepicker-cssmodules.css';
//
// Date picker