Skip to content

Commit

Permalink
center no account warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMarcMilletScality committed Mar 25, 2024
1 parent 92d0d44 commit 7bbe68d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/react/ui-elements/Warning.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import styled, { css } from 'styled-components';
import { Button } from '@scality/core-ui/dist/next';
import { spacing } from '@scality/core-ui';

import { ReactNode } from 'react';
import { Icon, LargeText } from '@scality/core-ui';

Expand Down Expand Up @@ -104,7 +103,7 @@ export const NoAccountWarning = ({
}: {
buttonSection: ReactNode;
}) => (
<Container>
<Container style={{ justifyContent: 'center' }}>
<EmptyStateRow>
<Icon name="Account" size="5x" withWrapper />
</EmptyStateRow>
Expand Down

0 comments on commit 7bbe68d

Please sign in to comment.