Skip to content

Commit

Permalink
fix: Connection page wrong background color
Browse files Browse the repository at this point in the history
  • Loading branch information
worgho2 committed Jun 8, 2024
1 parent 93aa132 commit e062e53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/client/src/pages/connection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,15 +158,13 @@ export const ConnectionPage: React.FC = () => {
direction={'column'}
spacing={4}
alignItems={'center'}
bg={'black'}
>
<Spinner
size={'xl'}
thickness={'4px'}
speed={'0.65s'}
emptyColor={'gray.200'}
color={'blue.500'}
bg={'black'}
/>

<Text
Expand Down

0 comments on commit e062e53

Please sign in to comment.