Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/ntc-temperature-sensor-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,13 @@ export class NTCTemperatureSensorElement extends LitElement {
stroke-linejoin="miter"
stroke-width=".65px"
/>
<g fill="#fffefe" font-family="sans-serif">
<text transform="rotate(-90)">
<text fill="#fffefe" font-family="sans-serif" transform="rotate(-90)">
<tspan x="-39.297 -37.036 -34.776" y="95.418" font-size="3.735px">
103
</tspan>
<tspan x="-61.485" y="111.57" font-size="9.778px">S</tspan>
<tspan x="-15.512" y="111.573" font-size="15.828px">-</tspan>
</text>
</g>
</svg>
`;
}
Expand Down