Skip to content

Commit 08c2430

Browse files
committed
style(demo): add subtle box-shadow to brand
1 parent b0f1a17 commit 08c2430

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

examples/demo/src/pages/HomeScreen.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
display: flex;
5050
align-items: center;
5151
justify-content: center;
52+
box-shadow:
53+
0 1px 2px rgb(0 0 0 / 8%),
54+
0 2px 4px rgb(0 0 0 / 6%);
5255
}
5356

5457
.brand-title {

examples/demo_pods/src/pages/HomeScreen.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
display: flex;
5050
align-items: center;
5151
justify-content: center;
52+
box-shadow:
53+
0 1px 2px rgb(0 0 0 / 8%),
54+
0 2px 4px rgb(0 0 0 / 6%);
5255
}
5356

5457
.brand-title {

0 commit comments

Comments
 (0)