@potok/forms
Advanced tools
Comparing version 0.0.24 to 0.0.25
@@ -76,3 +76,3 @@ import styled, { css } from 'styled-components'; | ||
cursor: ${cursor}; | ||
color: ${ifProp('disabled', colors.N900, colors.N500)}; | ||
color: ${ifProp('disabled', colors.N600, colors.N900)}; | ||
transition: color 0.2s ease; | ||
@@ -79,0 +79,0 @@ user-select: none; |
@@ -12,3 +12,3 @@ import styled from 'styled-components'; | ||
font-size: 14px; | ||
color: ${colors.N600}; | ||
color: ${colors.N900}; | ||
transition: color 0.2s ease; | ||
@@ -23,3 +23,4 @@ background: transparent; | ||
&:disabled { | ||
background: transparent; | ||
background: ${colors.N10}; | ||
color: ${colors.N600}; | ||
} | ||
@@ -26,0 +27,0 @@ `; |
{ | ||
"name": "@potok/forms", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"description": "Potok.io UI Kit Form Components", | ||
@@ -5,0 +5,0 @@ "main": "./components/index.js", |
263345
3758