@operato/styles
Advanced tools
Comparing version 1.4.5 to 1.4.7
@@ -6,2 +6,11 @@ # Change Log | ||
### [1.4.7](https://github.com/hatiolab/operato/compare/v1.4.6...v1.4.7) (2023-07-29) | ||
### :bug: Bug Fix | ||
* app.ts and headroom style ([ee5fee4](https://github.com/hatiolab/operato/commit/ee5fee40ecffa0a243057ae1e934c3f5940a6f57)) | ||
### [1.4.5](https://github.com/hatiolab/operato/compare/v1.4.4...v1.4.5) (2023-07-22) | ||
@@ -8,0 +17,0 @@ |
@@ -19,3 +19,2 @@ import { css } from 'lit'; | ||
padding: var(--padding-default) var(--padding-wide); | ||
border-top: 2px solid rgba(0, 0, 0, 0.2); | ||
background-color: var(--theme-white-color); | ||
@@ -22,0 +21,0 @@ box-shadow: var(--box-shadow); |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "1.4.5", | ||
"version": "1.4.7", | ||
"main": "dist/src/index.js", | ||
@@ -41,3 +41,3 @@ "module": "dist/src/index.js", | ||
"prettier": "@hatiolab/prettier-config", | ||
"gitHead": "d6f31f363ee5aabb2420203477da6206f8ebeeed" | ||
"gitHead": "e6545f3e5a662dff3dd929ebf3ac82076ade1125" | ||
} |
@@ -20,3 +20,2 @@ import { css } from 'lit' | ||
padding: var(--padding-default) var(--padding-wide); | ||
border-top: 2px solid rgba(0, 0, 0, 0.2); | ||
background-color: var(--theme-white-color); | ||
@@ -23,0 +22,0 @@ box-shadow: var(--box-shadow); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
121240
1665