1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/pages/send/send-content/send-gas-row
Nidhi Kumari 6535e34943
Replaced all fa-icon-circle with INFO icon (#17539)
* replace all fa-icon-circle with INFO icon

* updated classnames

* updated classnames

* updated snapshots

* updated colors

* resolved errors

* fixed relative import

* fixed lint errors

* added story for alerts tab

* update snapshot

* updated info-circle

* updated enum for iconName

* removed classnames

* updated iconName in settings

* fixed lint errors and snapshots
2023-05-09 23:04:58 +05:30
..
__snapshots__ Replaced all fa-icon-circle with INFO icon (#17539) 2023-05-09 23:04:58 +05:30
index.js
README.mdx Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
send-gas-row.component.js
send-gas-row.container.js
send-gas-row.scss
send-gas-row.stories.js Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
send-gas-row.test.js

import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';
import SendGasRow from '.';

# SendGasRow

<Canvas>
  <Story id="pages-send-sendcontent-sendgasrow--default-story" />
</Canvas>

## Props

<ArgsTable of={SendGasRow} />