Merge remote-tracking branch 'upstream/dev' into dev

This commit is contained in:
thororen1234 2025-04-10 21:45:56 -04:00
commit 8c5002bc2c
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"name": "equicord",
"private": "true",
"version": "1.11.8",
"version": "1.11.9",
"description": "The other cutest Discord client mod",
"homepage": "https://github.com/Equicord/Equicord#readme",
"bugs": {

View file

@ -72,6 +72,7 @@ const ReadAllButton = () => (
<Button
onClick={onClick}
size={Button.Sizes.MIN}
look={Button.Looks.BLANK}
color={Button.Colors.CUSTOM}
className="vc-ranb-button"
>

View file

@ -1,7 +1,6 @@
.vc-ranb-button {
color: var(--interactive-normal);
padding: 0 0.5em;
margin-bottom: 0.5em;
width: 100%;
box-sizing: border-box;
}