This commit is contained in:
2026-02-25 09:43:28 +00:00
parent efb6281c78
commit b83a105c4c
762 changed files with 54838 additions and 25802 deletions

View File

@@ -1,6 +1,6 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.Cuida" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<style name="Theme.Cuida" parent="Theme.MaterialComponents.Light.NoActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/primary_color</item>
<item name="colorPrimaryVariant">@color/primary_dark_color</item>
@@ -33,4 +33,8 @@
<item name="strokeColor">#E0E0E0</item>
<item name="cardBackgroundColor">@color/surface_color</item>
</style>
<style name="ShapeAppearanceOverlay.App.CornerSize50Percent" parent="">
<item name="cornerSize">50%</item>
</style>
</resources>