brahma-ui
Advanced tools
Comparing version 1.0.35 to 1.0.36
{ | ||
"name": "brahma-ui", | ||
"version": "1.0.35", | ||
"version": "1.0.36", | ||
"description": "Brahma ui package contained shared components", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -11,3 +11,3 @@ import { Typography } from 'components/Typography' | ||
text-align: center; | ||
border: 1px solid ${theme.colors.black}; | ||
border: 1px solid ${theme.colors.primary}; | ||
border-radius: ${theme.border.radius}; | ||
@@ -35,3 +35,3 @@ | ||
background: ${theme.colors.mainBg}; | ||
color: ${theme.colors.black}; | ||
color: ${theme.colors.primary}; | ||
@@ -38,0 +38,0 @@ transition: all ${theme.transition.fast}; |
@@ -71,7 +71,7 @@ import styled, { css } from 'styled-components' | ||
border: 1px solid ${theme.colors.gray200}; | ||
text-align: center; | ||
border-radius: 6px; | ||
padding: 1.2rem 2rem; | ||
text-align: left; | ||
position: absolute; | ||
z-index: 1; | ||
z-index: ${theme.layers.alwaysOnTop}; | ||
margin-left: -${width / 2}px; | ||
@@ -78,0 +78,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
877517