Skip to content

Commit 1313231

Browse files
committed
merge mv2
2 parents 721ad7f + 1a3dc82 commit 1313231

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

src/components/SettingsButton.svelte

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,14 @@
6161
}
6262
6363
.button-icon {
64+
color: var(--yt-sys-color-baseline--text-primary);
6465
display: flex;
66+
fill: currentColor;
6567
justify-content: center;
66-
fill: var(--yt-spec-text-primary);
68+
}
69+
70+
.button-icon :global(svg),
71+
.button-icon :global(path) {
72+
fill: currentColor;
6773
}
6874
</style>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<ul class="list-disc list-inside">
22
<strong>Serving in our latest update:</strong>
3-
<li class="ml-3.5">
3+
<li>
44
Delete messages (sent or mod)
55
</li>
6-
<li class="ml-3.5">
6+
<li>
77
View superchat replies
88
</li>
9-
<li class="ml-3.5">
9+
<li>
1010
Fix visual formatting
1111
</li>
1212
</ul>

0 commit comments

Comments
 (0)