@eaze/button
Advanced tools
Comparing version 0.1.13 to 0.1.14
{ | ||
"name": "@eaze/button", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"description": "Button component", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -53,2 +53,5 @@ import React, { PureComponent } from 'react' | ||
box-shadow: none; | ||
background-color: ${Colors['accessory']['3']}; | ||
color: ${Colors['accessory']['2']}; | ||
border: 1px solid ${Colors['accessory']['3']}; | ||
} | ||
@@ -55,0 +58,0 @@ ` |
Sorry, the diff of this file is too big to display
495209
9918