Skip to content

Commit 343c6b5

Browse files
committed
little change
1 parent 9c9b2f4 commit 343c6b5

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

lib/views/about_view.dart

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -113,28 +113,9 @@ class _AboutViewState extends State<AboutView> {
113113
],
114114
),
115115
),
116-
const SizedBox(
117-
height: 15,
118-
),
119-
Column(
120-
children: [
121-
IconButton(
122-
iconSize: 35,
123-
tooltip: 'الكود المصدري',
124-
onPressed: () async {
125-
await _launchUrl(Uri.parse(
126-
'https://github.com/Shinobi7k/HadithSearcher'));
127-
},
128-
icon: const Icon(
129-
Icons.code,
130-
),
131-
alignment: Alignment.center,
132-
),
133-
const Text('الكود المصدري'),
134-
],
135-
),
136-
const SizedBox(
137-
height: 15,
116+
Divider(
117+
color: Theme.of(context).colorScheme.primaryContainer,
118+
thickness: 2,
138119
),
139120
Container(
140121
margin: const EdgeInsets.all(10),

0 commit comments

Comments
 (0)