prettier changes

This commit is contained in:
Hoaper
2025-05-21 22:48:48 +05:00
parent 4ac8f1f246
commit 4dd11db8f4
2 changed files with 9 additions and 3 deletions

View File

@@ -139,7 +139,11 @@
}
&__help-button-icon {
background: linear-gradient(0deg, globals.$brand-teal 50%, globals.$brand-blue 100%);
background: linear-gradient(
0deg,
globals.$brand-teal 50%,
globals.$brand-blue 100%
);
width: 24px;
height: 24px;
display: flex;

View File

@@ -251,11 +251,13 @@ export function Sidebar() {
<section className="sidebar__section">
<div className="sidebar__section-header">
<small className="sidebar__section-title">{t("my_library")}</small>
<small className="sidebar__section-title">
{t("my_library")}
</small>
<button
type="button"
className={cn("sidebar__play-button", {
"sidebar__play-button--active": showPlayableOnly
"sidebar__play-button--active": showPlayableOnly,
})}
onClick={handlePlayButtonClick}
>