We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Modal
backgroundPrimary
1 parent 4417a82 commit c2b3111Copy full SHA for c2b3111
cypress/snapshots/b2c/components/Modal/ModalBase.component-test.tsx/plasma-web Modal -- simple.snap.png
-98 Bytes
packages/plasma-web/src/components/Modal/ModalView.tsx
@@ -1,6 +1,6 @@
1
import React from 'react';
2
import styled from 'styled-components';
3
-import { surfaceCard } from '@sberdevices/plasma-core';
+import { backgroundPrimary } from '@sberdevices/plasma-core';
4
import { IconClose } from '@sberdevices/plasma-icons';
5
6
import { Button } from '../Button';
@@ -23,7 +23,7 @@ const StyledBody = styled.div`
23
max-width: 100%;
24
25
border-radius: 1.25rem;
26
- background-color: ${surfaceCard};
+ background-color: ${backgroundPrimary};
27
`;
28
const StyledContent = styled.div`
29
padding: 2rem;
0 commit comments