Simplify RegisteredChannelCardBody CSS.

This commit is contained in:
Gan Eng Chin 2023-01-27 21:15:40 +08:00
parent 0c03fa2fb0
commit 316aad8b2e
No known key found for this signature in database
GPG Key ID: 94D5D972860ADB01
1 changed files with 3 additions and 7 deletions

View File

@ -18,14 +18,10 @@
fill: $alert-red; fill: $alert-red;
} }
&__syncing { &__syncing,
color: #008a20;
fill: #008a20;
}
&__synced { &__synced {
color: #008a20; color: $studio-green-50;
fill: #008a20; fill: $studio-green-50;
} }
} }