design: Use outlined icons
This commit is contained in:
parent
4730edcec2
commit
67614205c9
27 changed files with 112 additions and 101 deletions
|
|
@ -33,7 +33,7 @@ class AuthWebView extends StatelessWidget {
|
|||
LinearProgressIndicator(),
|
||||
Expanded(
|
||||
child: kIsWeb
|
||||
? Center(child: Icon(Icons.link))
|
||||
? Center(child: Icon(Icons.link_outlined))
|
||||
: WebView(
|
||||
initialUrl: url,
|
||||
javascriptMode: JavascriptMode.unrestricted,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue