Update release-beta to output generated at 8d9cdf3

This commit is contained in:
JulienMaille 2022-03-04 07:25:57 +00:00
parent 9216f67d6a
commit 4935e3815b
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
Beta-9f5a988
Beta-8d9cdf3

View file

@ -59291,7 +59291,7 @@ Dribbblish.on("ready", () => {
OS: \`${(0,_Util__WEBPACK_IMPORTED_MODULE_5__.capitalizeFirstLetter)(Spicetify.Platform.PlatformData.os_name)} v${Spicetify.Platform.PlatformData.os_version}\`
Spotify: \`v${Spicetify.Platform.PlatformData.event_sender_context_information?.client_version_string ?? Spicetify.Platform.PlatformData.client_version_triple}\`
Spicetify: \`${Spicetify.version != null ? `v${Spicetify.version}` : "< v2.7.3"}\`
Dribbblish: \`v${"Beta"}-${"9f5a988"}\`
Dribbblish: \`v${"Beta"}-${"8d9cdf3"}\`
`,
data: "Copy",
onChange: function () {

View file

@ -1383,7 +1383,7 @@ html.sidebar-hide-text .GlueDropTarget span {
.progress-bar {
--progress-bar-height: 2px;
--is-active-fg-color: var(--spice-subtext);
--is-active-fg-color: var(--spice-button-active);
--fg-color: var(--spice-button);
--bg-color: rgba(var(--spice-rgb-text), 0.2);
}