tucmc-auth
Advanced tools
Comparing version 0.3.4 to 0.3.5
@@ -419,6 +419,6 @@ import React, { useContext, useState, useEffect } from 'react'; | ||
color: "rgba(255, 255, 255, 1)", | ||
padding: "0.5rem 2rem", | ||
fontWeight: 500, | ||
padding: "0.6rem 2rem", | ||
fontWeight: 600, | ||
borderRadius: "0.375rem", | ||
fontSize: "16px", | ||
fontSize: "15.4px", | ||
fontFamily: "Arial, Helvetica, sans-serif", | ||
@@ -429,4 +429,3 @@ lineHeight: "1.25rem", | ||
transition: "filter 300ms ease", | ||
width: "200px", | ||
height: "50px" | ||
width: "216px" | ||
}; | ||
@@ -433,0 +432,0 @@ var hoverStyle = { |
{ | ||
"name": "tucmc-auth", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"module": "dist/index.es.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
37751
647