diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-06-03 19:45:38 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-06-03 19:45:38 +0530 |
| commit | 008f625c89e0bb930dbb4b92c502e3a273b27807 (patch) | |
| tree | 26015d454303fd5db838dac5b4f63366f607ae03 /pubspec.yaml | |
| parent | 871706b606c77eeac13bfcea67c3ce1d71203d2c (diff) | |
| download | daft-launcher-008f625c89e0bb930dbb4b92c502e3a273b27807.tar.gz daft-launcher-008f625c89e0bb930dbb4b92c502e3a273b27807.zip | |
Fixes type issue and adds style to the dark mode button
Diffstat (limited to '')
| -rw-r--r-- | pubspec.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pubspec.yaml b/pubspec.yaml index f14d60b..0fdeb79 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -41,7 +41,7 @@ flutter: # The following line ensures that the Material Icons font is # included with your application, so that you can use the icons in # the material Icons class. - uses-material-design: false + uses-material-design: true # To add assets to your application, add an assets section, like this: # assets: |
