aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-night/styles.xml
blob: 7fda5217dc759bb107c222151efb85cb1e0878df (about) (plain)
1
2
3
4
5
6
7
<resources>
    <style name="TextInputLayoutBase" parent="@style/Widget.MaterialComponents.TextInputLayout.FilledBox.Dense">
        <item name="boxBackgroundColor">?attr/colorPrimaryVariant</item>
        <item name="boxStrokeColor">?attr/colorSecondary</item>
        <item name="hintTextColor">?attr/colorOnPrimary</item>
    </style>
</resources>