@@ -244,24 +244,16 @@ class _QuickActionsCard extends StatelessWidget {
244244 onPressed: () => context.goNamed (Routes .createHeadlineName),
245245 ),
246246 const SizedBox (height: AppSpacing .sm),
247- ElevatedButton .icon (
247+ OutlinedButton .icon (
248248 icon: const Icon (Icons .create_new_folder_outlined),
249249 label: Text (l10n.createCategory),
250250 onPressed: () => context.goNamed (Routes .createCategoryName),
251- style: ElevatedButton .styleFrom (
252- backgroundColor: theme.colorScheme.secondaryContainer,
253- foregroundColor: theme.colorScheme.onSecondaryContainer,
254- ),
255251 ),
256252 const SizedBox (height: AppSpacing .sm),
257- ElevatedButton .icon (
253+ OutlinedButton .icon (
258254 icon: const Icon (Icons .add_to_photos_outlined),
259255 label: Text (l10n.createSource),
260256 onPressed: () => context.goNamed (Routes .createSourceName),
261- style: ElevatedButton .styleFrom (
262- backgroundColor: theme.colorScheme.secondaryContainer,
263- foregroundColor: theme.colorScheme.onSecondaryContainer,
264- ),
265257 ),
266258 ],
267259 ),
0 commit comments