@titelmedia/bricks-section-simple
Advanced tools
Comparing version 0.4.43 to 0.4.44
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.4.44](https://github.com/outisfun/bricks-lerna/compare/v0.4.43...v0.4.44) (2022-02-10) | ||
**Note:** Version bump only for package @titelmedia/bricks-section-simple | ||
## [0.4.43](https://github.com/outisfun/bricks-lerna/compare/v0.4.42...v0.4.43) (2022-02-10) | ||
@@ -8,0 +16,0 @@ |
@@ -27,3 +27,3 @@ "use strict"; | ||
&:hover { | ||
color: ${props => props.colorMode === 'dark' ? 'inherit' : 'black'}; | ||
color: ${props => props.colorMode === 'dark' ? 'black' : 'white'}; | ||
background-color: ${props => props.colorMode === 'dark' ? 'white' : 'inherit'}; | ||
@@ -30,0 +30,0 @@ border-color: ${props => props.colorMode === 'dark' ? 'inherit' : 'black'}; |
@@ -17,3 +17,3 @@ import styled from 'styled-components'; | ||
&:hover { | ||
color: ${props => (props.colorMode === 'dark' ? 'inherit' : 'black')}; | ||
color: ${props => (props.colorMode === 'dark' ? 'black' : 'white')}; | ||
background-color: ${props => | ||
@@ -20,0 +20,0 @@ props.colorMode === 'dark' ? 'white' : 'inherit'}; |
{ | ||
"name": "@titelmedia/bricks-section-simple", | ||
"version": "0.4.43", | ||
"version": "0.4.44", | ||
"description": "to do", | ||
@@ -30,3 +30,3 @@ "author": "highsnob", | ||
}, | ||
"gitHead": "22f24b0afee9a47a0fb6620189387f7888186c94" | ||
"gitHead": "84fd2d3b10f1a600598fd912a314b124ee27d98c" | ||
} |
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
13758