aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/main/res/values/styles.xml')
-rw-r--r--ui/src/main/res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/main/res/values/styles.xml b/ui/src/main/res/values/styles.xml
index fc2f9f0e..c906068a 100644
--- a/ui/src/main/res/values/styles.xml
+++ b/ui/src/main/res/values/styles.xml
@@ -55,7 +55,7 @@
<style name="DetailText" parent="TextAppearance.MaterialComponents.Body1" />
- <style name="TextInputLayoutBase" parent="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense">
+ <style name="TextInputLayoutBase" parent="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox">
<item name="boxStrokeColor">?attr/colorSecondary</item>
<item name="hintTextColor">?attr/colorOnPrimary</item>
</style>