diff --git a/storybook/stories/atoms/social-icons/social-icons.scss b/storybook/stories/atoms/social-icons/social-icons.scss index b99fe37..d694822 100644 --- a/storybook/stories/atoms/social-icons/social-icons.scss +++ b/storybook/stories/atoms/social-icons/social-icons.scss @@ -2,7 +2,7 @@ @import '../../_global/styles/vars'; .social-icons { - --color-twitter: #1DA1F2; + --color-twitter: #101419; --color-youtube: #FF0000; --color-linkedin: #2867B2; --color-instagram: #DD3076; diff --git a/storybook/storybook-static/iframe.html b/storybook/storybook-static/iframe.html index 6e2bbfb..a1ef988 100644 --- a/storybook/storybook-static/iframe.html +++ b/storybook/storybook-static/iframe.html @@ -354,8 +354,8 @@ window['DOCS_OPTIONS'] = {"defaultName":"Docs","autodocs":true}; \ No newline at end of file + import './main.64a51cfd.iframe.bundle.js'; \ No newline at end of file diff --git a/templates/source/sass/variables/_wood.scss b/templates/source/sass/variables/_wood.scss index 5f7105c..d4bb9d9 100644 --- a/templates/source/sass/variables/_wood.scss +++ b/templates/source/sass/variables/_wood.scss @@ -30,7 +30,7 @@ $color-warning-light: #FFF4CC; $color-error: #EA515A; $color-error-light: #FBDCDE; -$color-twitter: #1DA1F2; +$color-twitter: #101419; $color-youtube: #FF0000; $color-linkedin: #2867B2; $color-instagram: #DD3076;