Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: added class to apply color style to all icons #542

Merged
merged 7 commits into from
Mar 7, 2024
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@

## Versione X.X.X (dd/mm/yyyy)

### Fix

- Le icone social nel menu laterale mobile sono tutte dello stesso colore.
### Migliorie

- Nel blocco form è stata aggiunta una legenda per i campi obbligatori.
Expand Down
3 changes: 2 additions & 1 deletion src/theme/ItaliaTheme/Components/_mobileMenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@

margin-left: 0;

.icon {
svg.icon {
fill: currentColor;
width: 28px;
height: 28px;
}
Expand Down
Loading