Skip to content

Commit 9998b43

Browse files
Update src/components/launch/SourceSelector.module.css
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 1cdb8ed commit 9998b43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/launch/SourceSelector.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
Removed box-shadow here because electron doesn't round corners of the shadow, thereby leaving a square border shadow conflicting with the rounded corners of the SourceSelector.
99
The result is easily visible when you place a white window just behind the SourceSelector
1010
*/
11-
/*box-shadow:
11+
/* box-shadow:
1212
0 0px 16px 0 rgba(0, 0, 0, 0.32),
13-
0 1px 3px 0 rgba(0, 0, 0, 0.18) inset;*/
13+
0 1px 3px 0 rgba(0, 0, 0, 0.18) inset; */
1414
border: 1.5px solid rgba(60, 60, 80, 0.3);
1515
}
1616

0 commit comments

Comments
 (0)