Skip to content

Commit

Permalink
Merge branch 'main' into homework-dialog-lesson-date-selection-chips
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas-Sander authored Dec 9, 2023
2 parents 8ebee3c + 6930625 commit 9d6d2e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unsafe_website_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,4 @@ jobs:
# The expiration date shouldn't be too high, because if we open a lot
# of pull requests, we will run out of quota (we get 429 errors).
expires: "3d"
target: "sharezone-website-dev"
target: "sharezone-website"
2 changes: 1 addition & 1 deletion website/lib/footer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ class _SocialMediaButton extends StatelessWidget {
padding: const EdgeInsets.all(8),
child: SvgPicture.asset(
"assets/icons/$lowerCasePlatform.svg",
color: Theme.of(context).primaryColor,
theme: SvgTheme(currentColor: Theme.of(context).primaryColor),
),
),
),
Expand Down
2 changes: 1 addition & 1 deletion website/lib/support_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class _EmailTile extends StatelessWidget {
return _SupportCard(
icon: SvgPicture.asset(
'assets/icons/email.svg',
color: Theme.of(context).primaryColor,
theme: SvgTheme(currentColor: Theme.of(context).primaryColor),
),
title: '[email protected]',
subtitle: 'E-Mail',
Expand Down

0 comments on commit 9d6d2e6

Please sign in to comment.