mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-03 17:29:23 +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,
|
||||
width: iconSize,
|
||||
height: iconSize,
|
||||
color: StackTheme.instance.color.accentColorDark,
|
||||
),
|
||||
const SizedBox(
|
||||
width: 12,
|
||||
|
@ -118,6 +119,7 @@ class SupportView extends StatelessWidget {
|
|||
Assets.socials.discord,
|
||||
width: iconSize,
|
||||
height: iconSize,
|
||||
color: StackTheme.instance.color.accentColorDark,
|
||||
),
|
||||
const SizedBox(
|
||||
width: 12,
|
||||
|
@ -162,6 +164,7 @@ class SupportView extends StatelessWidget {
|
|||
Assets.socials.reddit,
|
||||
width: iconSize,
|
||||
height: iconSize,
|
||||
color: StackTheme.instance.color.accentColorDark,
|
||||
),
|
||||
const SizedBox(
|
||||
width: 12,
|
||||
|
@ -206,6 +209,7 @@ class SupportView extends StatelessWidget {
|
|||
Assets.socials.twitter,
|
||||
width: iconSize,
|
||||
height: iconSize,
|
||||
color: StackTheme.instance.color.accentColorDark,
|
||||
),
|
||||
const SizedBox(
|
||||
width: 12,
|
||||
|
@ -250,6 +254,7 @@ class SupportView extends StatelessWidget {
|
|||
Assets.svg.envelope,
|
||||
width: iconSize,
|
||||
height: iconSize,
|
||||
color: StackTheme.instance.color.accentColorDark,
|
||||
),
|
||||
const SizedBox(
|
||||
width: 12,
|
||||
|
|
Loading…
Reference in a new issue