Skip to content

Commit c2b3111

Browse files
committed
fix(plasma-web): Modal background set to backgroundPrimary (01) token
1 parent 4417a82 commit c2b3111

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
-98 Bytes
Loading

packages/plasma-web/src/components/Modal/ModalView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import styled from 'styled-components';
3-
import { surfaceCard } from '@sberdevices/plasma-core';
3+
import { backgroundPrimary } from '@sberdevices/plasma-core';
44
import { IconClose } from '@sberdevices/plasma-icons';
55

66
import { Button } from '../Button';
@@ -23,7 +23,7 @@ const StyledBody = styled.div`
2323
max-width: 100%;
2424
2525
border-radius: 1.25rem;
26-
background-color: ${surfaceCard};
26+
background-color: ${backgroundPrimary};
2727
`;
2828
const StyledContent = styled.div`
2929
padding: 2rem;

0 commit comments

Comments
 (0)