Skip to content

Commit

Permalink
improved alert dialog UI
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Mar 29, 2023
1 parent cf42663 commit 86b8658
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/screens/user_playlists_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ class _UserPlaylistsPageState extends State<UserPlaylistsPage> {
builder: (BuildContext context) {
var id = '';
return AlertDialog(
backgroundColor: Theme.of(context).splashColor,
backgroundColor:
Theme.of(context).dialogBackgroundColor.withOpacity(0.5),
content: Stack(
children: <Widget>[
TextField(
Expand Down

0 comments on commit 86b8658

Please sign in to comment.