From f36deffa3903f9069ef819b982f530e7b29f88b1 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 17 Apr 2026 01:40:21 -0700 Subject: remove avatar icon --- src/app/typing/page.styles.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/app/typing/page.styles.ts') diff --git a/src/app/typing/page.styles.ts b/src/app/typing/page.styles.ts index 521fe7a..34f4ebc 100644 --- a/src/app/typing/page.styles.ts +++ b/src/app/typing/page.styles.ts @@ -14,7 +14,6 @@ import { SearchInput as BaseSearchInput, SearchButton as BaseSearchButton, NavRight, - Avatar as BaseAvatar, ChipsBar as BaseChipsBar, Chip as BaseChip, GridContainer, @@ -106,12 +105,7 @@ export const SearchButton = styled(BaseSearchButton)` } `; -export const Avatar = styled(BaseAvatar)` - color: #9aa0ad; - &:hover { - color: #fff; - } -`; + export const ChipsBar = styled(BaseChipsBar)` background-color: #0f111a; -- cgit v1.2.3