Skip to content

Commit

Permalink
Fix stating alert stroke opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth Agarwal committed Sep 13, 2024
1 parent a454d92 commit 111c1ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/background_statin_alert.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<stroke
android:width="@dimen/spacing_1"
android:color="@color/simple_yellow_550_alpha_40" />
android:color="@color/simple_yellow_550" />

<corners android:radius="@dimen/spacing_4" />
</shape>
2 changes: 1 addition & 1 deletion common-ui/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<color name="simple_red_100_alpha_50">#80FFD6DD</color>

<color name="simple_yellow_600">#B48E00</color>
<color name="simple_yellow_550_alpha_40">#66E0B000</color>
<color name="simple_yellow_550">#E0B000</color>
<color name="simple_yellow_500">#FFC800</color>
<color name="simple_yellow_100">#FFF8E0</color>

Expand Down

0 comments on commit 111c1ee

Please sign in to comment.