diff --git a/public/images/icons/twitterX.svg b/public/images/icons/twitterX.svg
index 465a20ac..c2ebdc25 100644
--- a/public/images/icons/twitterX.svg
+++ b/public/images/icons/twitterX.svg
@@ -1,11 +1,4 @@
diff --git a/src/proposals/components/proposal/DetailsShareLinks.tsx b/src/proposals/components/proposal/DetailsShareLinks.tsx
index 62ba660d..7c7fc9c9 100644
--- a/src/proposals/components/proposal/DetailsShareLinks.tsx
+++ b/src/proposals/components/proposal/DetailsShareLinks.tsx
@@ -74,23 +74,13 @@ export function DetailsShareLinks({ ipfs, ipfsError }: DetailsShareLinksProps) {
({
path: {
- '&:last-of-type': {
- fill: theme.palette.$appBackground,
- },
- '&:first-of-type': {
- fill: theme.palette.$textDisabled,
- },
+ fill: theme.palette.$textDisabled,
transition: 'all 0.2s ease',
},
'&:hover': {
color: theme.palette.$text,
path: {
- '&:last-of-type': {
- fill: theme.palette.$appBackground,
- },
- '&:first-of-type': {
- fill: theme.palette.$text,
- },
+ fill: theme.palette.$text,
},
},
})}
diff --git a/src/ui/components/Branding.tsx b/src/ui/components/Branding.tsx
index c9d18db7..31e6e2bf 100644
--- a/src/ui/components/Branding.tsx
+++ b/src/ui/components/Branding.tsx
@@ -24,18 +24,11 @@ export function Branding() {
svg': {
width: 20,
height: 20,
+ transition: 'all 0.2s ease',
path: {
- '&:last-of-type': {
- fill: theme.palette.$appBackground,
- },
- '&:first-of-type': {
- fill: theme.palette.$textDisabled,
- },
+ fill: theme.palette.$textDisabled,
},
[theme.breakpoints.up('sm')]: {
width: 14,
diff --git a/src/ui/utils/GlobalStyles.tsx b/src/ui/utils/GlobalStyles.tsx
index a126d5b3..26a016e6 100644
--- a/src/ui/utils/GlobalStyles.tsx
+++ b/src/ui/utils/GlobalStyles.tsx
@@ -213,12 +213,7 @@ export function GlobalStyles() {
'.Branding__icon': {
'> svg': {
path: {
- '&:last-of-type': {
- fill: '#EDF0FC',
- },
- '&:first-of-type': {
- fill: '#C6C3D1',
- },
+ fill: '#C6C3D1',
},
},
},
@@ -357,12 +352,7 @@ export function GlobalStyles() {
'.Branding__icon': {
'> svg': {
path: {
- '&:last-of-type': {
- fill: '#1C2445',
- },
- '&:first-of-type': {
- fill: '#47557C',
- },
+ fill: '#47557C',
},
},
},