Skip to content

Commit

Permalink
fix: reorganize assets svg
Browse files Browse the repository at this point in the history
  • Loading branch information
24bartixx committed Dec 8, 2024
1 parent f9e7e6f commit 31c2b50
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class _DigitalGuideView extends ConsumerWidget {
ContactIconsModel(
text: context.localize
.storeys(digitalGuideResponseExtended.numberOfStoreys),
icon: Assets.svg.contactIcons.storey,
icon: Assets.svg.digitalGuide.storey,
),
]),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class AccessibilityButton extends StatelessWidget {
side: BorderSide(color: context.colorTheme.greyPigeon,),
),
backgroundColor: context.colorTheme.greyLight,
minimumSize: const Size(57,32),
minimumSize: const Size(56,32),
),
child: const Icon(
Icons.accessible,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ReportChangeButton extends StatelessWidget {
style: ElevatedButton.styleFrom(
backgroundColor: context.colorTheme.blueAzure,
padding: AppWidgetsConfig.paddingMedium,
minimumSize: const Size(192, 40),
minimumSize: const Size(144, 40),
shape: RoundedRectangleBorder(
borderRadius:
BorderRadius.circular(AppWidgetsConfig.borderRadiusMedium),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ flutter:
- assets/svg/contact_icons/x.svg
- assets/svg/contact_icons/tiktok.svg
- assets/svg/contact_icons/discord.svg
- assets/svg/contact_icons/storey.svg
- assets/svg/digital_guide/storey.svg
- assets/animations/error.json
- assets/animations/search.json
- assets/animations/offline.json
Expand Down

0 comments on commit 31c2b50

Please sign in to comment.