Skip to content

Commit 7c986ea

Browse files
committed
update preview styles and dialog styles for corner radius
1 parent 9dc8f0b commit 7c986ea

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<style>
22
body {
3-
background-color: var(--background-color);
3+
background-color: #181818;
44
}
55

66
h1, h2, h3, h4, h5, h6 {
7-
color: var(--neutral-foreground-rest)
7+
color: #FFF;
88
}
99
</style>

packages/web-components/fast-components/src/dialog/dialog.styles.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ export const DialogStyles = css`
3737
.root {
3838
${elevation} margin-top: auto;
3939
margin-bottom: auto;
40-
border-radius: calc(var(--corner-radius));
4140
width: var(--dialog-width);
4241
height: var(--dialog-height);
43-
background: var(--background-color);
42+
background-color: var(--background-color);
4443
z-index: 1;
44+
border-radius: calc(var(--corner-radius) * 1px);
4545
}
4646
`;

0 commit comments

Comments
 (0)