Skip to content

Commit

Permalink
fix(plasma-web): Modal background set to backgroundPrimary (01) t…
Browse files Browse the repository at this point in the history
…oken
  • Loading branch information
fanisco committed Feb 18, 2022
1 parent 4417a82 commit c2b3111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/plasma-web/src/components/Modal/ModalView.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import styled from 'styled-components';
import { surfaceCard } from '@sberdevices/plasma-core';
import { backgroundPrimary } from '@sberdevices/plasma-core';
import { IconClose } from '@sberdevices/plasma-icons';

import { Button } from '../Button';
Expand All @@ -23,7 +23,7 @@ const StyledBody = styled.div`
max-width: 100%;
border-radius: 1.25rem;
background-color: ${surfaceCard};
background-color: ${backgroundPrimary};
`;
const StyledContent = styled.div`
padding: 2rem;
Expand Down

0 comments on commit c2b3111

Please sign in to comment.