@eaze/button
Advanced tools
Comparing version 0.0.19 to 0.0.20
{ | ||
"name": "@eaze/button", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "Button component", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -14,3 +14,3 @@ import React from 'react' | ||
export const TEXT = 'TEXT' | ||
export const SECONDARY = 'SECONDARY' | ||
export const TRANSPARENT = 'TRANSPARENT' | ||
@@ -40,2 +40,3 @@ export default function Button (props) { | ||
text: type === TEXT, | ||
transparent: type === TRANSPARENT, | ||
inverted: inverted, | ||
@@ -179,2 +180,8 @@ supersize: supersize, | ||
.baseButton.transparent { | ||
color: white; | ||
background-color: transparent; | ||
border: 0.1rem solid white; | ||
} | ||
.supersize { | ||
@@ -181,0 +188,0 @@ font-weight: 900; |
Sorry, the diff of this file is too big to display
76664
355