Skip to content

Commit

Permalink
Update styles const exports
Browse files Browse the repository at this point in the history
  • Loading branch information
zxqx committed Oct 14, 2016
1 parent b756f14 commit fc04af7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/styles.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const inputStyles = {
export const inputStyles = {
width: '100%'
};

const buttonStyles = {
export const buttonStyles = {
position: 'absolute',
top: '50%',
right: '6px',
Expand All @@ -17,5 +17,3 @@ const buttonStyles = {
MozUserSelect: 'none',
userSelect: 'none'
};

export { inputStyles, buttonStyles };

0 comments on commit fc04af7

Please sign in to comment.