refactor(account settings): move settings components out of modal component

This commit is contained in:
plebeius.eth
2024-05-15 16:54:55 +02:00
parent cc06d54c81
commit c6265e8694
7 changed files with 380 additions and 175 deletions
@@ -0,0 +1,11 @@
.red {
color: red;
}
.yellow {
color: yellow;
}
.green {
color: green;
}