Skip to content

Commit

Permalink
feat: Design update #2010
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Oct 16, 2023
1 parent df6ca9d commit 29f88f2
Showing 1 changed file with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,12 @@ class SecurityLevelWidget extends StatelessWidget {
children: [
Text(
l10n.security_level_title,
style: Theme.of(context)
.textTheme
.titleMedium
?.copyWith(
color: Theme.of(context).colorScheme.onPrimary,
),
style: Theme.of(context).textTheme.drawerItemTitle,
),
const SizedBox(height: 10),
Text(
l10n.security_level_subTitle,
style: Theme.of(context)
.textTheme
.bodyMedium
?.copyWith(
color: Theme.of(context).colorScheme.onPrimary,
),
style: Theme.of(context).textTheme.drawerItemSubtitle,
),
],
),
Expand Down

0 comments on commit 29f88f2

Please sign in to comment.