diff --git a/apps/client/src/app/components/accounts-table/accounts-table.component.scss b/apps/client/src/app/components/accounts-table/accounts-table.component.scss index 447c0152a..8c714f828 100644 --- a/apps/client/src/app/components/accounts-table/accounts-table.component.scss +++ b/apps/client/src/app/components/accounts-table/accounts-table.component.scss @@ -32,18 +32,6 @@ background-color: rgba(var(--dark-primary-text), 0.05); border-radius: 1rem; line-height: 1em; - - ion-icon { - font-size: 1rem; - } - - &.buy { - color: var(--green); - } - - &.sell { - color: var(--orange); - } } } }