Skip to content

Commit

Permalink
chore: moved rounded prop to global styles object
Browse files Browse the repository at this point in the history
  • Loading branch information
BallardRobinett committed Oct 27, 2022
1 parent 1300038 commit 54c7652
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/button-theme/src/DatePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ export const datepickerStyles = {
`,
},
},
rounded: {
input: `
border-radius: 0.25em;
`,
},
};

const config: StyleConfig = {
Expand Down
5 changes: 5 additions & 0 deletions packages/button-theme/src/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -288,5 +288,10 @@ const styles = {
a: `font-size: 1.2rem`,
},
},
rounded: {
input: `
border-radius: 0.25em;
`,
},
};
export default styles;

0 comments on commit 54c7652

Please sign in to comment.