Skip to content

Commit

Permalink
Fix popular tracks container styles
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Aug 4, 2024
1 parent 1b472b8 commit 56be6aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const AddAllButton: React.FC<AddAllButtonProps> = ({
primary
href='#'
onClick={handleAddAll}
className={styles.add_button}
className={styles.add_all_button}
aria-label={t('add-all')}
>
<FontAwesome name='plus' /> {t('add-all')}
Expand Down
10 changes: 5 additions & 5 deletions packages/app/app/components/ArtistView/PopularTracks/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
background: lighten($background, 5%);
}
}
}

.ui.button.add_button {
text-align: left;
margin-bottom: 0.5rem;
max-width: 10em;
.ui.button.add_all_button {
text-align: left;
margin-bottom: 0.5rem;
max-width: 10em;
}
}

0 comments on commit 56be6aa

Please sign in to comment.