Skip to content

Commit fbef38e

Browse files
fix: remove icon right margin on mobile forecast button
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 094c0e8 commit fbef38e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

libs/weather-forecast/src/lib/components/weather-forecast/weather-forecast.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ import { ForecastTable } from '../forecast-table/forecast-table';
4747
</mat-form-field>
4848
<button
4949
mat-flat-button
50+
class="!px-3 sm:!px-4"
5051
color="primary"
5152
(click)="
5253
store.getForecasts({
@@ -56,7 +57,7 @@ import { ForecastTable } from '../forecast-table/forecast-table';
5657
"
5758
aria-label="Get Forecasts"
5859
>
59-
<mat-icon>refresh</mat-icon>
60+
<mat-icon class="sm:!mr-2 !mr-0">refresh</mat-icon>
6061
<span class="hidden sm:inline">Get Forecasts</span>
6162
</button>
6263
</div>

0 commit comments

Comments
 (0)