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> </DropdownMenu>
<Button <Button
compact compact
uppercase
component={Link} component={Link}
to={generatePath(AppRoute.PLAYLISTS_DETAIL_SONGS, { playlistId })} to={generatePath(AppRoute.PLAYLISTS_DETAIL_SONGS, { playlistId })}
variant="subtle" variant="subtle"