Skip to content

Commit

Permalink
fix(build): remove modal css revert, correct css build for phone number
Browse files Browse the repository at this point in the history
  • Loading branch information
simodrws committed May 25, 2023
1 parent b1cbabc commit 95f400e
Show file tree
Hide file tree
Showing 3 changed files with 429 additions and 431 deletions.
12 changes: 5 additions & 7 deletions src/styles.scss
@@ -1,6 +1,3 @@
@import '~@rainbow-me/rainbowkit/styles.css';
@import '~react-phone-number-input/style.css';

:root {
--z-index-back: 1;
--z-index-middle: 100;
Expand All @@ -9,6 +6,11 @@
--color-primary: white;
}


@import '~@rainbow-me/rainbowkit/styles.css';
@import '~react-phone-number-input/style.css';


@font-face {
font-family: 'Proxima Nova';
font-weight: 500;
Expand Down Expand Up @@ -78,10 +80,6 @@
justify-content: center;
align-items: center;

* {
all: revert;
}

h1,
h2,
h3 {
Expand Down
4 changes: 2 additions & 2 deletions stories/masa.stories.tsx
Expand Up @@ -4,8 +4,8 @@ import React, { useCallback } from 'react';
import { MasaProvider, ModalComponent, queryClient, useMasa } from '../src';
import { Args, Meta, Story } from '@storybook/react';
import InterfaceMasaGreen from '../src/components/masa-interface/pages/masa-green';
// import '../dist/css/styles.css';
import '../src/styles.scss';
import '../dist/css/styles.css';
// import '../src/styles.scss';

const meta: Meta = {
title: 'SDK Test',
Expand Down

0 comments on commit 95f400e

Please sign in to comment.