@titelmedia/bricks-section-simple
Advanced tools
Comparing version 0.4.51 to 0.4.53
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.4.53](https://github.com/outisfun/bricks-lerna/compare/v0.4.52...v0.4.53) (2022-02-17) | ||
**Note:** Version bump only for package @titelmedia/bricks-section-simple | ||
## [0.4.51](https://github.com/outisfun/bricks-lerna/compare/v0.4.50...v0.4.51) (2022-02-17) | ||
@@ -8,0 +16,0 @@ |
@@ -26,3 +26,4 @@ "use strict"; | ||
color: ${props => props.colorMode === 'dark' ? 'white' : 'inherit'}; | ||
border-bottom: ${props => props.colorMode === 'dark' ? 'rgba(255,255,255,0.4)' : 'rgba(0,0,0,0.4)'}; | ||
border-bottom: 1px solid | ||
${props => props.colorMode === 'dark' ? 'rgba(255,255,255,0.4)' : 'rgba(0,0,0,0.4)'}; | ||
transition: 0.15s all; | ||
@@ -29,0 +30,0 @@ |
@@ -16,6 +16,7 @@ import styled from 'styled-components'; | ||
color: ${props => (props.colorMode === 'dark' ? 'white' : 'inherit')}; | ||
border-bottom: ${props => | ||
props.colorMode === 'dark' | ||
? 'rgba(255,255,255,0.4)' | ||
: 'rgba(0,0,0,0.4)'}; | ||
border-bottom: 1px solid | ||
${props => | ||
props.colorMode === 'dark' | ||
? 'rgba(255,255,255,0.4)' | ||
: 'rgba(0,0,0,0.4)'}; | ||
transition: 0.15s all; | ||
@@ -22,0 +23,0 @@ |
{ | ||
"name": "@titelmedia/bricks-section-simple", | ||
"version": "0.4.51", | ||
"version": "0.4.53", | ||
"description": "to do", | ||
@@ -30,3 +30,3 @@ "author": "highsnob", | ||
}, | ||
"gitHead": "319b8dab623b82185b9292583d35024f5da32a0f" | ||
"gitHead": "fae8738b06b99be2e69990135c148220c278e11e" | ||
} |
Sorry, the diff of this file is not supported yet
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
16198
117