Skip to content

Commit d22b8de

Browse files
committed
swapping incorrect icons
1 parent 62ce3bf commit d22b8de

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/styles/weather-icons.scss

+6-6
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ i.owi {
2121
-webkit-font-smoothing: antialiased;
2222
color: var(--primary);
2323

24-
&.owi-01d::before { content: "\ea01"; }
25-
&.owi-01n::before { content: "\ea02"; }
26-
&.owi-02d::before { content: "\ea04"; }
27-
&.owi-02n::before { content: "\ea03"; }
24+
&.owi-01d::before { content: "\ea02"; }
25+
&.owi-01n::before { content: "\ea01"; }
26+
&.owi-02d::before { content: "\ea03"; }
27+
&.owi-02n::before { content: "\ea04"; }
2828
&.owi-03d::before { content: "\ea05"; }
2929
&.owi-03n::before { content: "\ea06"; }
3030
&.owi-04d::before { content: "\ea07"; }
@@ -36,8 +36,8 @@ i.owi {
3636
&.owi-11d::before { content: "\ea0d"; }
3737
&.owi-11n::before { content: "\ea0e"; }
3838
&.owi-13d::before { content: "\ea10"; }
39-
&.owi-13n::before { content: "\ea12"; }
40-
&.owi-50d::before { content: "\ea11"; }
39+
&.owi-13n::before { content: "\ea11"; }
40+
&.owi-50d::before { content: "\ea12"; }
4141
&.owi-50n::before { content: "\ea13"; }
4242
&.owi-1232n::before { content: "\ea0f"; }
4343
}

0 commit comments

Comments
 (0)