Add fullWidth property to New button in M3UProfiles component

This commit is contained in:
SergeantPanda 2025-05-06 20:24:56 -05:00
parent 4966bb61bc
commit 992c238388

View file

@ -137,6 +137,7 @@ const M3UProfiles = ({ playlist = null, isOpen, onClose }) => {
color="primary"
size="small"
onClick={editProfile}
fullWidth
>
New
</Button>