@titelmedia/bricks-section-simple
Advanced tools
Comparing version 0.4.82 to 0.4.101
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.4.101](https://github.com/outisfun/bricks-lerna/compare/v0.4.100...v0.4.101) (2022-03-21) | ||
### Bug Fixes | ||
* credits container has only 1px border and removing the black border on hero credits ([2d9a9f8](https://github.com/outisfun/bricks-lerna/commit/2d9a9f854dc9d54e33f540ebcaf411c479b6d1f4)) | ||
## [0.4.82](https://github.com/outisfun/bricks-lerna/compare/v0.4.81...v0.4.82) (2022-03-10) | ||
@@ -8,0 +19,0 @@ |
@@ -49,3 +49,3 @@ "use strict"; | ||
div.credits-container { | ||
border-top: 2px solid | ||
border-top: 1px solid | ||
${props => props.colorMode === 'dark' ? 'white' : 'black'}; | ||
@@ -52,0 +52,0 @@ } |
@@ -45,5 +45,5 @@ import styled from 'styled-components'; | ||
div.credits-container { | ||
border-top: 2px solid | ||
border-top: 1px solid | ||
${props => (props.colorMode === 'dark' ? 'white' : 'black')}; | ||
} | ||
`; |
{ | ||
"name": "@titelmedia/bricks-section-simple", | ||
"version": "0.4.82", | ||
"version": "0.4.101", | ||
"description": "to do", | ||
@@ -30,3 +30,3 @@ "author": "highsnob", | ||
}, | ||
"gitHead": "2bcbbaebc3878346ff8cccdae2efb0b0c8e3e09b" | ||
"gitHead": "b26cd04088b2c4d84345702bd23244adafd3d23f" | ||
} |
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
17496