@operato/styles
Advanced tools
Comparing version 1.5.48 to 1.7.3
@@ -6,2 +6,11 @@ # Change Log | ||
### [1.7.3](https://github.com/hatiolab/operato/compare/v1.7.2...v1.7.3) (2023-12-11) | ||
### :bug: Bug Fix | ||
* header resize 모니터해서 그리드 위치를 다시 그린다 ([7589160](https://github.com/hatiolab/operato/commit/758916042113c1dc88d450b2680ce20461602021)) | ||
### [1.5.48](https://github.com/hatiolab/operato/compare/v1.5.47...v1.5.48) (2023-12-04) | ||
@@ -8,0 +17,0 @@ |
@@ -12,5 +12,7 @@ import { css } from 'lit'; | ||
box-shadow: none; | ||
font-size: 0.9em; | ||
align-items: center; | ||
--mdc-icon-size: 24px; | ||
--mdc-theme-primary: var(--primary-color); | ||
} | ||
@@ -17,0 +19,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "1.5.48", | ||
"version": "1.7.3", | ||
"main": "dist/src/index.js", | ||
@@ -41,3 +41,3 @@ "module": "dist/src/index.js", | ||
"prettier": "@hatiolab/prettier-config", | ||
"gitHead": "a4b44acb437fb3148ea2643838fa0dfd20a35711" | ||
"gitHead": "298a7547367dd798025b1692465a490a05fb201d" | ||
} |
@@ -13,5 +13,7 @@ import { css } from 'lit' | ||
box-shadow: none; | ||
font-size: 0.9em; | ||
align-items: center; | ||
--mdc-icon-size: 24px; | ||
--mdc-theme-primary: var(--primary-color); | ||
} | ||
@@ -18,0 +20,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1873
136510