Skip to content

Commit

Permalink
content warning edited
Browse files Browse the repository at this point in the history
  • Loading branch information
yukiterunamaana committed Jun 15, 2024
1 parent c38ff92 commit 1b2bfd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import 'package:aadj/auth/auth_page.dart';
import 'package:aadj/core/globals.dart';
import 'package:aadj/core/myapp.dart';
import 'package:aadj/widgets/account_view.dart';
import 'package:aadj/widgets/post_view.dart';
import 'package:flutter/material.dart';

import 'widgets/bottom_navigation_bar.dart';
Expand All @@ -10,6 +11,7 @@ import 'widgets/bottom_navigation_bar.dart';

void main() {
runApp(const MaterialApp(
home:
AuthPage())); //AuthPage AppBottomBar MyApp AccountPropertiesWidget(accountId: myAccount)
home: StatusWidget(
statusId: '112497942836430426',
))); //AuthPage AppBottomBar MyApp AccountPropertiesWidget(accountId: myAccount)
}
2 changes: 1 addition & 1 deletion lib/widgets/content_warning.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class _ContentWarningState extends State<ContentWarning> {
@override
Widget build(BuildContext context) {
return Container(
color: Colors.white,
color: Colors.white.withOpacity(0.2),
alignment: Alignment.center,
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
Expand Down

0 comments on commit 1b2bfd4

Please sign in to comment.