socials icons color theme

This commit is contained in:
julian 2022-09-22 09:04:05 -06:00
parent 0f4ef21c70
commit 5b1b3d05c8

View file

@ -74,6 +74,7 @@ class SupportView extends StatelessWidget {
Assets.socials.telegram, Assets.socials.telegram,
width: iconSize, width: iconSize,
height: iconSize, height: iconSize,
color: StackTheme.instance.color.accentColorDark,
), ),
const SizedBox( const SizedBox(
width: 12, width: 12,
@ -118,6 +119,7 @@ class SupportView extends StatelessWidget {
Assets.socials.discord, Assets.socials.discord,
width: iconSize, width: iconSize,
height: iconSize, height: iconSize,
color: StackTheme.instance.color.accentColorDark,
), ),
const SizedBox( const SizedBox(
width: 12, width: 12,
@ -162,6 +164,7 @@ class SupportView extends StatelessWidget {
Assets.socials.reddit, Assets.socials.reddit,
width: iconSize, width: iconSize,
height: iconSize, height: iconSize,
color: StackTheme.instance.color.accentColorDark,
), ),
const SizedBox( const SizedBox(
width: 12, width: 12,
@ -206,6 +209,7 @@ class SupportView extends StatelessWidget {
Assets.socials.twitter, Assets.socials.twitter,
width: iconSize, width: iconSize,
height: iconSize, height: iconSize,
color: StackTheme.instance.color.accentColorDark,
), ),
const SizedBox( const SizedBox(
width: 12, width: 12,
@ -250,6 +254,7 @@ class SupportView extends StatelessWidget {
Assets.svg.envelope, Assets.svg.envelope,
width: iconSize, width: iconSize,
height: iconSize, height: iconSize,
color: StackTheme.instance.color.accentColorDark,
), ),
const SizedBox( const SizedBox(
width: 12, width: 12,