Styles
Composant UDStyle pour PowerShell Universal
Appliquer un style
New-UDStyle -Style '
padding: 32px;
background-color: hotpink;
font-size: 24px;
border-radius: 4px;
&:hover {
color: white;
}
.MuiCardHeader-root {
background-color: green !important;
}
.MuiCardContent-root {
background-color: green !important;
}' -Content {
New-UDCard -Title 'Test' -Content {
"Hello"
}
}
Remplacer les styles intégrés

Mis à jour
Ce contenu vous a-t-il été utile ?