mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-10 14:33:11 +08:00
Weather settings view. API: select which keys to get from Config
This commit is contained in:
@@ -26,4 +26,8 @@
|
||||
|
||||
.InputGroup span a {
|
||||
color: var(--color-accent);
|
||||
}
|
||||
|
||||
.InputGroup label {
|
||||
color: var(--color-primary);
|
||||
}
|
||||
@@ -25,7 +25,7 @@ const WeatherIcon = (props: ComponentProps): JSX.Element => {
|
||||
return () => {
|
||||
clearTimeout(delay);
|
||||
}
|
||||
}, []);
|
||||
}, [props.weatherStatusCode]);
|
||||
|
||||
return <canvas id={`weather-icon`} width='50' height='50'></canvas>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user