@operato/styles
Advanced tools
Comparing version 1.5.28 to 1.5.35
@@ -6,2 +6,11 @@ # Change Log | ||
### [1.5.35](https://github.com/hatiolab/operato/compare/v1.5.34...v1.5.35) (2023-11-18) | ||
### :bug: Bug Fix | ||
* add ox-context-page-toolbar ([d9f6c42](https://github.com/hatiolab/operato/commit/d9f6c42b7be472c4ff72fd4027494e758e0a5b1b)) | ||
### [1.5.28](https://github.com/hatiolab/operato/compare/v1.5.27...v1.5.28) (2023-11-08) | ||
@@ -8,0 +17,0 @@ |
@@ -93,6 +93,6 @@ import { css } from 'lit'; | ||
.header .iconbtn { | ||
--mdc-icon-size: 19px; | ||
--mdc-icon-size: 20px; | ||
background-color: var(--theme-white-color); | ||
border: 1px solid rgba(var(--primary-color-rgb), 0.5); | ||
padding: 1px 2px; | ||
padding: 1px; | ||
color: var(--primary-color); | ||
@@ -99,0 +99,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "1.5.28", | ||
"version": "1.5.35", | ||
"main": "dist/src/index.js", | ||
@@ -41,3 +41,3 @@ "module": "dist/src/index.js", | ||
"prettier": "@hatiolab/prettier-config", | ||
"gitHead": "319a731a55b41ce8b3915424c9a1510bc5de688e" | ||
"gitHead": "1f204e6fb9d39c6bb676403358b60477dd0135ae" | ||
} |
@@ -94,6 +94,6 @@ import { css } from 'lit' | ||
.header .iconbtn { | ||
--mdc-icon-size: 19px; | ||
--mdc-icon-size: 20px; | ||
background-color: var(--theme-white-color); | ||
border: 1px solid rgba(var(--primary-color-rgb), 0.5); | ||
padding: 1px 2px; | ||
padding: 1px; | ||
color: var(--primary-color); | ||
@@ -100,0 +100,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
136636
44
1869