@eaze/button
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "@eaze/button", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Button component", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -55,3 +55,3 @@ import React from 'react' | ||
border: 0; | ||
border-radius: 0.4rem; | ||
border-radius: 0.2rem; | ||
color: white; | ||
@@ -65,2 +65,3 @@ cursor: pointer; | ||
text-transform: uppercase; | ||
white-space: nowrap; | ||
} | ||
@@ -67,0 +68,0 @@ |
Sorry, the diff of this file is too big to display
280
72909