Skip to content

Commit

Permalink
[Documentation] Small typo fix in checkbox doc
Browse files Browse the repository at this point in the history
Resolves #2440

PiperOrigin-RevId: 405727012
  • Loading branch information
leticiarossi authored and veganafro committed Oct 27, 2021
1 parent 20c3ad0 commit 2b441e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/Checkbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ and in `color/button_tint.xml`:

```xml
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color=">@color/shrine_pink_900" android:state_checked="true"/>
<item android:color="@color/shrine_pink_900" android:state_checked="true"/>
<item android:alpha="0.38" android:color="@color/shrine_pink_100" android:state_enabled="false"/>
<item android:color="@color/shrine_pink_100"/>
</selector>
Expand Down

0 comments on commit 2b441e6

Please sign in to comment.