diff --git a/custom_components/houseplan/frontend/houseplan-card.js b/custom_components/houseplan/frontend/houseplan-card.js index 6a55eaf..f944683 100755 --- a/custom_components/houseplan/frontend/houseplan-card.js +++ b/custom_components/houseplan/frontend/houseplan-card.js @@ -1302,11 +1302,11 @@ const t=globalThis,e=t.ShadowRoot&&(void 0===t.ShadyCSS||t.ShadyCSS.nativeShadow with whatever fill is underneath */ .vactrail .case { stroke: rgba(0, 0, 0, 0.4); - stroke-width: 4.5; + stroke-width: 2.25; } .vactrail .core { stroke: rgba(255, 255, 255, 0.82); - stroke-width: 1.8; + stroke-width: 0.9; } .vacbox .vacbtns { display: flex; gap: 8px; margin: 6px 0; flex-wrap: wrap; } .vacfit { diff --git a/demo/srv/assets/houseplan-card.js b/demo/srv/assets/houseplan-card.js index 6a55eaf..f944683 100755 --- a/demo/srv/assets/houseplan-card.js +++ b/demo/srv/assets/houseplan-card.js @@ -1302,11 +1302,11 @@ const t=globalThis,e=t.ShadowRoot&&(void 0===t.ShadyCSS||t.ShadyCSS.nativeShadow with whatever fill is underneath */ .vactrail .case { stroke: rgba(0, 0, 0, 0.4); - stroke-width: 4.5; + stroke-width: 2.25; } .vactrail .core { stroke: rgba(255, 255, 255, 0.82); - stroke-width: 1.8; + stroke-width: 0.9; } .vacbox .vacbtns { display: flex; gap: 8px; margin: 6px 0; flex-wrap: wrap; } .vacfit { diff --git a/dist/houseplan-card.js b/dist/houseplan-card.js index 6a55eaf..f944683 100755 --- a/dist/houseplan-card.js +++ b/dist/houseplan-card.js @@ -1302,11 +1302,11 @@ const t=globalThis,e=t.ShadowRoot&&(void 0===t.ShadyCSS||t.ShadyCSS.nativeShadow with whatever fill is underneath */ .vactrail .case { stroke: rgba(0, 0, 0, 0.4); - stroke-width: 4.5; + stroke-width: 2.25; } .vactrail .core { stroke: rgba(255, 255, 255, 0.82); - stroke-width: 1.8; + stroke-width: 0.9; } .vacbox .vacbtns { display: flex; gap: 8px; margin: 6px 0; flex-wrap: wrap; } .vacfit { diff --git a/src/styles.ts b/src/styles.ts index 6ed5302..5974eb0 100644 --- a/src/styles.ts +++ b/src/styles.ts @@ -1299,11 +1299,11 @@ export const cardStyles = css` with whatever fill is underneath */ .vactrail .case { stroke: rgba(0, 0, 0, 0.4); - stroke-width: 4.5; + stroke-width: 2.25; } .vactrail .core { stroke: rgba(255, 255, 255, 0.82); - stroke-width: 1.8; + stroke-width: 0.9; } .vacbox .vacbtns { display: flex; gap: 8px; margin: 6px 0; flex-wrap: wrap; } .vacfit {