@elevate_security/elevate-component-library
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "@elevate_security/elevate-component-library", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "A library of elevate ui components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -26,8 +26,3 @@ import styled from 'styled-components' | ||
export const StyledInput = styled.input` | ||
<<<<<<< HEAD | ||
height: calc(${styledMap('size', theme.input.height)} - 4px); | ||
width: ${styledMap('width', { full: '100%', default: 'auto' })}; | ||
======= | ||
height: ${styledMap('size', theme.input.height)}; | ||
>>>>>>> master | ||
border-radius: ${theme.input.borderRadius}; | ||
@@ -34,0 +29,0 @@ outline: none; |
Sorry, the diff of this file is too big to display
578038
8395