Skip to content

Commit a9b2741

Browse files
committed
feat: add box shadow for white bg
1 parent a245e9b commit a9b2741

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/PaneSplit.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ export default {
144144
bottom: 1rem;
145145
color: var(--c-brand-red);
146146
background-color: var(--c-white-light);
147+
box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
147148
border-radius: 2px;
148149
width: 2rem;
149150
height: 2rem;

0 commit comments

Comments
 (0)