Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 0902674

Browse files
feat: slides template white background (lighter as grey)
Signed-off-by: peterpeterparker <[email protected]>
1 parent ac68514 commit 0902674

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

studio/src/app/popovers/editor/app-create-slide/app-create-slide.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ app-create-slide {
1616
height: fit-content;
1717
overflow: hidden;
1818

19-
background: var(--ion-color-light);
19+
background: white;
2020
border: 1px solid #dedede;
2121

22+
box-shadow: rgba(0, 0, 0, 0.12) 0 1px 4px;
23+
2224
div.expand-charts {
2325
transition: max-height 0.7s ease-in-out;
2426
overflow: hidden;

0 commit comments

Comments
 (0)