Set route button to uppercase for consistency

This commit is contained in:
jeffvli 2023-01-15 22:01:56 -08:00
parent dcbb00f7c4
commit 88591697a2

View File

@ -230,6 +230,7 @@ export const PlaylistDetailContent = ({ tableRef }: PlaylistDetailContentProps)
</DropdownMenu>
<Button
compact
uppercase
component={Link}
to={generatePath(AppRoute.PLAYLISTS_DETAIL_SONGS, { playlistId })}
variant="subtle"