Skip to content

Commit 18c2654

Browse files
committed
font size
1 parent a346446 commit 18c2654

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ import 'react-cron-builder/dist/bundle.css'
1818
onChange={::console.log}
1919
showResult={false}
2020
/>
21-
````
21+
````
22+
23+
component was inspired by [this util](https://abunchofutils.com/u/computing/cron-format-helper/)

dist/bundle.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cron-builder.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
background-color $blue
77
padding 15px
88
color $darkGrey
9+
font-size 14px
910

1011
&__fieldset
1112
border-color $darkBlue

0 commit comments

Comments
 (0)