Skip to content

Commit

Permalink
fix night color of Previous button
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitGupta121 committed Aug 1, 2023
1 parent 9320ddb commit 2b7919e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values-night/color_palette.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
<!-- SURVEY -->
<color name="color_palette_survey_background_color">@color/color_def_oppia_light_black</color>
<color name="color_palette_survey_shared_button_color">@color/color_def_white_f6</color>
<color name="color_palette_survey_previous_button_text_color">@color/color_def_dark_turquoise</color>
<color name="color_palette_survey_previous_button_text_color">@color/color_def_oppia_turquoise</color>
<color name="color_palette_survey_progress_bar_solid_color">@color/color_def_oppia_green</color>
<color name="color_palette_survey_popup_header_color">@color/color_def_white_f5</color>
<color name="color_palette_nps_survey_button_inactive_stroke_color">@color/color_def_black_grey</color>
Expand Down

0 comments on commit 2b7919e

Please sign in to comment.