Refactor ParticleComponent by replacing custom color picker with Angular Material form fields, adjusting style

This commit is contained in:
2025-12-27 21:20:49 +01:00
parent 37d7c37f3b
commit be78b66c5a
3 changed files with 7 additions and 33 deletions
@@ -6,10 +6,10 @@
.particle-properties {
display: flex;
flex-direction: column;
gap: 20px;
}
.property-row {
margin-top: 20px;
display: flex;
align-items: center;
gap: 15px;
@@ -22,11 +22,8 @@
max-width: 40ch;
}
.color-picker {
display: flex;
flex: 1;
align-items: center;
gap: 10px;
.color-input {
height: 1em;
}
.color-picker input[type="color"] {