Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit a3b72dc

Browse files
committed
Customize styleguide css, to set box-shadow to examples
1 parent 52e0c62 commit a3b72dc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/theme/default.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.rdrCalendarWrapper{
22
color: #000000;
33
font-size: 12px;
4-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
54
}
65

76
.rdrDateDisplay{

styleguide/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body {
66
display: flex;
77
}
88

9-
.PreviewArea {
9+
[data-testid=mountNode] > * {
1010
margin: auto;
1111
box-shadow: 1px 1px 81px rgba(41,60,74,.18);
1212
}

0 commit comments

Comments
 (0)