Skip to content

Commit

Permalink
updated css
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiKJha committed Feb 27, 2023
1 parent 68c6c4f commit 2d37906
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
Empty file.
2 changes: 0 additions & 2 deletions ui/components/redesign/token-list/token-list.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react';
import {
AlignItems,
BLOCK_SIZES,
DISPLAY,
FLEX_DIRECTION,
FONT_WEIGHT,
Expand Down Expand Up @@ -31,7 +30,6 @@ export const TokenList = () => {
display={DISPLAY.FLEX}
flexDirection={FLEX_DIRECTION.COLUMN}
gap={4}
width={BLOCK_SIZES.ONE_THIRD}
>
<Box className="token-list__container">
<Box
Expand Down
6 changes: 0 additions & 6 deletions ui/components/redesign/token-list/token-list.stories.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
import React from 'react';
import README from './README.mdx';
import { TokenList } from './token-list';

export default {
title: 'Components/Redesign/TokenList',
component: TokenList,
parameters: {
docs: {
page: README,
},
},
};

export const DefaultStory = () => <TokenList />;
Expand Down

0 comments on commit 2d37906

Please sign in to comment.