Skip to content

Commit 80d7967

Browse files
Merge branch 'CCExtractor:main' into issue#827
2 parents ab28521 + 7cfa094 commit 80d7967

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/app/modules/settings/views/customize_undo_duration.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,9 @@ class CustomizeUndoDuration extends StatelessWidget{
109109
),
110110
),
111111
Icon(
112-
Icons.chevron_right,
113-
color: themeController.primaryDisabledTextColor.value,
112+
Icons.arrow_forward_ios,
113+
size: 18,
114+
color: themeController.primaryTextColor.value.withOpacity(0.8),
114115
),
115116
],
116117
),

0 commit comments

Comments
 (0)