diff options
Diffstat (limited to 'vnext/src/components/Button.css')
-rw-r--r-- | vnext/src/components/Button.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vnext/src/components/Button.css b/vnext/src/components/Button.css index 85e3f061..85c9e652 100644 --- a/vnext/src/components/Button.css +++ b/vnext/src/components/Button.css @@ -1,10 +1,9 @@ .Button { background: #fff; - font-size: 12px; border: 1px solid #eee; color: #888; cursor: pointer; display: inline-block; margin: 5px; - padding: 2px 10px; + padding: 4px 10px; }
\ No newline at end of file |