fix(dashboard): Fix missing weather icon

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2025-09-03 14:00:29 +02:00 committed by backportbot[bot]
parent 08df13a7cc
commit f82fe528f0

View file

@ -563,6 +563,10 @@ export default {
</script>
<style lang="scss">
.icon-weather-status {
background-image: url('../img/app-dark.svg');
}
.weather-action-image-container {
width: var(--default-clickable-area);
height: var(--default-clickable-area);