File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -244,24 +244,16 @@ class _QuickActionsCard extends StatelessWidget {
244
244
onPressed: () => context.goNamed (Routes .createHeadlineName),
245
245
),
246
246
const SizedBox (height: AppSpacing .sm),
247
- ElevatedButton .icon (
247
+ OutlinedButton .icon (
248
248
icon: const Icon (Icons .create_new_folder_outlined),
249
249
label: Text (l10n.createCategory),
250
250
onPressed: () => context.goNamed (Routes .createCategoryName),
251
- style: ElevatedButton .styleFrom (
252
- backgroundColor: theme.colorScheme.secondaryContainer,
253
- foregroundColor: theme.colorScheme.onSecondaryContainer,
254
- ),
255
251
),
256
252
const SizedBox (height: AppSpacing .sm),
257
- ElevatedButton .icon (
253
+ OutlinedButton .icon (
258
254
icon: const Icon (Icons .add_to_photos_outlined),
259
255
label: Text (l10n.createSource),
260
256
onPressed: () => context.goNamed (Routes .createSourceName),
261
- style: ElevatedButton .styleFrom (
262
- backgroundColor: theme.colorScheme.secondaryContainer,
263
- foregroundColor: theme.colorScheme.onSecondaryContainer,
264
- ),
265
257
),
266
258
],
267
259
),
You can’t perform that action at this time.
0 commit comments