updates
This commit is contained in:
parent
2ce32cac4e
commit
b6639fb1c9
26 changed files with 454 additions and 204 deletions
|
|
@ -49,7 +49,7 @@ class _AddToPlaylistSheet extends ConsumerWidget {
|
|||
),
|
||||
const SizedBox(height: TimbreSpacing.md),
|
||||
if (!connected)
|
||||
const Padding(
|
||||
Padding(
|
||||
padding: EdgeInsets.all(TimbreSpacing.xl),
|
||||
child: Text('Connect to a server to manage playlists.',
|
||||
style: TextStyle(color: TimbreColors.dimmed)),
|
||||
|
|
@ -140,7 +140,7 @@ class _Tile extends StatelessWidget {
|
|||
),
|
||||
if (trailing != null)
|
||||
Text(trailing!,
|
||||
style: const TextStyle(color: TimbreColors.dimmed)),
|
||||
style: TextStyle(color: TimbreColors.dimmed)),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
@ -166,8 +166,8 @@ Future<String?> promptPlaylistName(
|
|||
content: TextField(
|
||||
controller: controller,
|
||||
autofocus: true,
|
||||
style: const TextStyle(color: TimbreColors.foreground),
|
||||
decoration: const InputDecoration(
|
||||
style: TextStyle(color: TimbreColors.foreground),
|
||||
decoration: InputDecoration(
|
||||
hintText: 'Playlist name',
|
||||
hintStyle: TextStyle(color: TimbreColors.dimmed),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue