Skip to content

Commit

Permalink
added underline to inputgroupaddon
Browse files Browse the repository at this point in the history
  • Loading branch information
hertweckhr1 committed Oct 11, 2019
1 parent 44843f3 commit 61d06b8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/InputGroup/InputGroup.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import classnames from 'classnames';
import FormInput from '../Forms/FormInput';
import InputGroupAddon from './InputGroupAddon';
import InputGroupAddon from './_InputGroupAddon';
import PropTypes from 'prop-types';
import withStyles from '../utils/WithStyles/WithStyles';
import { INPUT_GROUP_ADDON_POSITIONS, INPUT_GROUP_TYPES } from '../utils/constants';
Expand Down
2 changes: 1 addition & 1 deletion src/InputGroup/InputGroupAddon.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import InputGroupAddon from './InputGroupAddon';
import InputGroupAddon from './_InputGroupAddon';
import { mount } from 'enzyme';
import React from 'react';
import renderer from 'react-test-renderer';
Expand Down
File renamed without changes.

0 comments on commit 61d06b8

Please sign in to comment.