Skip to content
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

Remove code in native files that was causing the rnmobile build to fail.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import '@automattic/jetpack-base-styles/gutenberg-base-styles';

.placeholder {
color: $gray;
}
Expand Down
19 changes: 19 additions & 0 deletions projects/plugins/jetpack/extensions/shared/icons.native.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.jetpack-gutenberg-social-icon {
fill: $gray-700;

&.is-facebook {
fill: var( --color-facebook );
}
&.is-twitter {
fill: var( --color-twitter );
}
&.is-linkedin {
fill: var( --color-linkedin );
}
&.is-tumblr {
fill: var( --color-tumblr );
}
&.is-google {
fill: var( --color-gplus );
}
}