File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed
Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1313 android : layout_gravity =" center"
1414 android : layout_marginBottom =" @dimen/padding_large"
1515 android : src =" @drawable/ic_mail"
16- android : tint =" @color/gray_50 " />
16+ android : tint =" @color/text_description " />
1717
1818 <com .automattic.simplenote.widgets.RobotoRegularTextView
1919 android : id =" @+id/email_confirmation_text"
2323 android : layout_marginEnd =" @dimen/padding_extra_extra_large"
2424 android : layout_marginBottom =" @dimen/padding_extra_large"
2525 android : gravity =" center"
26- android : textColor =" @color/gray_80 "
26+ android : textColor =" @color/text_description "
2727 android : textSize =" 16sp"
2828 tools : text =" We've sent an email to example@email.com. Please check your inbox and follow the instructions." />
2929
3535 android : layout_marginEnd =" @dimen/padding_extra_extra_large"
3636 android : layout_marginBottom =" @dimen/padding_extra_large"
3737 android : gravity =" center"
38- android : textColor =" @color/gray_50 "
39- android : textColorLink =" @color/gray_50 "
38+ android : textColor =" @color/text_description_secondary "
39+ android : textColorLink =" @color/text_description_secondary "
4040 android : textSize =" 16sp"
4141 tools : text =" Didn't get an email? You may already have an account. Contact simplenote@support.com for help." />
4242
Original file line number Diff line number Diff line change 7272 android : minHeight =" @dimen/height_button"
7373 android : text =" @string/magic_link_confirm_code_enter_pass_label"
7474 android : textAllCaps =" true"
75- android : textColor =" @android: color/black " />
75+ android : textColor =" @color/text_button_tertiary " />
7676
7777</LinearLayout >
Original file line number Diff line number Diff line change 2424 <color name =" style_preview_default_title" >@color/text_title_dark</color >
2525 <color name =" text_button_red" >@color/red_20</color >
2626
27+ <!-- STANDALONE CLARIFICATION TEXT -->
28+ <color name =" text_description" >@color/gray_20</color >
29+ <color name =" text_description_secondary" >@color/gray_30</color >
30+
2731 <!-- Button text colors for dark theme -->
2832 <color name =" text_button_primary" >@color/gray_1</color >
2933 <color name =" text_button_secondary" >@color/gray_1</color >
Original file line number Diff line number Diff line change 128128 <color name =" text_title_light" >@color/gray_80</color >
129129 <color name =" text_button_red" >@color/red_50</color >
130130
131+ <!-- STANDALONE CLARIFICATION TEXT -->
132+ <color name =" text_description" >@color/gray_80</color >
133+ <color name =" text_description_secondary" >@color/gray_50</color >
134+
131135 <!-- SIMPERIUM -->
132136 <color name =" background_button_disabled" >@color/gray_20</color >
133137 <color name =" background_button_primary" >@color/simplenote_blue_50</color >
You can’t perform that action at this time.
0 commit comments