Skip to content

Commit b97c670

Browse files
committed
feat: no boxshadow
1 parent 59aa17c commit b97c670

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kaleido-ember",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "HTML Kaleido overlay with control from E.G. VSM via Ember protocol",
55
"main": "src/server/index.ts",
66
"author": "olzzon <github@olzzon.dk>",

src/client/Components/SourceOverlay.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const windowStyling = (
2626
height: source.height,
2727
border: "solid " + globalSettings.borderWidth + " " + (tally ? tallyColor : "grey"),
2828
borderRadius: globalSettings.borderRadius,
29+
boxShadow: "none",
2930
color: "red",
3031
fontSize: "1.5rem",
3132
fontFamily: globalSettings.fontFamily,
@@ -51,6 +52,7 @@ const labelStyling = (
5152
fontFamily: globalSettings.fontFamily,
5253
border: "solid " + globalSettings.borderWidth + " " + (tally ? tallyColor : "grey"),
5354
borderRadius: globalSettings.borderRadius,
55+
boxShadow: "none",
5456
};
5557
};
5658

0 commit comments

Comments
 (0)