mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-18 08:34:31 +00:00
socials icons color theme
This commit is contained in:
parent
0f4ef21c70
commit
5b1b3d05c8
1 changed files with 5 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue