Skip to content

Commit

Permalink
0.3.2a
Browse files Browse the repository at this point in the history
Changelog:
- Fix text camouflaging with the text box
  • Loading branch information
Slddev committed Apr 4, 2022
1 parent 82690e7 commit 1c41428
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion powercord_manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SpotiCord",
"version": "0.3.0a",
"version": "0.3.2a",
"author": "Slddev / Sappy",
"license": "MIT",
"theme": "SpotiCord.theme.css",
Expand Down
2 changes: 1 addition & 1 deletion src/UI/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
border-radius: 23px;
}

.textArea-2CLwUE>.markup-eYLPri {
.editor-H2NA06 {
color: #000;
}

Expand Down
2 changes: 1 addition & 1 deletion src/boot.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/*Version System*/
:root {
--theme-version: "0.3.1a ";
--theme-version: "0.3.2a ";
}

[id^="SpotiCord"] .bd-addon-header .bd-version:before {
Expand Down

0 comments on commit 1c41428

Please sign in to comment.