Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions WordPress/src/main/res/layout/me_fragment.xml
Original file line number Diff line number Diff line change
@@ -423,8 +423,7 @@
app:fixWidowWords="true"
android:layout_marginTop="@dimen/margin_extra_large"
android:text="@string/gravatar_info_title"
android:textAppearance="?attr/textAppearanceHeadline6"
android:textStyle="bold" />
android:textStyle="bold"/>

<org.wordpress.android.widgets.WPTextView
android:id="@+id/gravatar_description"
2 changes: 1 addition & 1 deletion WordPress/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -151,7 +151,7 @@
<color name="partial_media_access_prompt_background">#DEDEDE</color>

<!-- Gravatar Info Banners -->
<color name="gravatar_info_banner">#FAFAFA</color>
<color name="gravatar_info_banner">#F2F2F7</color>
<color name="gravatar_sync_info_banner">#2C2C2E</color>

</resources>

0 comments on commit d53a304

Please sign in to comment.