Skip to content

Commit e783339

Browse files
authored
Merge pull request #3035 from element-hq/renovate/all-minor-patch
Update all non-major dependencies
2 parents 6d6852d + 36203c2 commit e783339

File tree

4 files changed

+1093
-1082
lines changed

4 files changed

+1093
-1082
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
"vitest-axe": "^1.0.0-pre.3"
121121
},
122122
"resolutions": {
123+
"@livekit/components-core/rxjs": "^7.8.1",
123124
"matrix-widget-api": "1.11.0"
124125
}
125126
}

src/index.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ body[data-platform="android"] {
100100
}
101101

102102
body[data-platform="ios"] {
103-
--cpd-font-family-sans: -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
103+
--cpd-font-family-sans:
104+
-apple-system, BlinkMacSystemFont, "Inter", sans-serif;
104105
}
105106

106107
@layer compound-legacy {

src/tile/GridTile.module.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ borders don't support gradients */
3030
}
3131

3232
.tile.speaking::before {
33-
background: linear-gradient(
33+
background:
34+
linear-gradient(
3435
119deg,
3536
rgba(13, 92, 189, 0.7) 0%,
3637
rgba(13, 189, 168, 0.7) 100%
@@ -49,7 +50,8 @@ borders don't support gradients */
4950
}
5051

5152
.tile.handRaised::before {
52-
background: linear-gradient(
53+
background:
54+
linear-gradient(
5355
119deg,
5456
var(--cpd-color-yellow-1200) 0%,
5557
var(--cpd-color-yellow-900) 100%

0 commit comments

Comments
 (0)