Skip to content

Commit 27a0ce8

Browse files
Update README.md
1 parent 1dccbb7 commit 27a0ce8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ La paleta de colores de la aplicación ha sido diseñada con el Material 3 Desig
4545

4646
<div align="center"> <img src="assets/theme_builder.png" alt="home" width="1024"> </div>
4747

48-
- **Primary:** #b5838d
48+
- <img align="center" height="30" width="30" src="assets/primary.svg"/> **Primary:** `#b5838d`
4949

50-
- **Secondary:** #e5989b
50+
- <img align="center" height="30" width="30" src="assets/secondary.svg"/> **Secondary:** `#e5989b`
5151

52-
- **Tertiary:** #ffb4a2
52+
- <img align="center" height="30" width="30" src="assets/tertiary.svg"/> **Tertiary:** `#ffb4a2`
5353

54-
- **Neutral:** #988e8f
54+
- <img align="center" height="30" width="30" src="assets/neutral.svg"/> **Neutral:** `#988e8f`
5555

5656

5757
Puedes explorar y personalizar aún más esta paleta utilizando el [Material 3 Design Theme Builder](https://m3.material.io/theme-builder#/custom).
@@ -75,7 +75,7 @@ A continuación, se muestra una lista de las dependencias Gradle utilizadas en e
7575

7676

7777

78-
```kotlin
78+
```gradle
7979
dependencies {
8080
// Jetpack Compose
8181
implementation("androidx.compose.ui:ui:1.5.1")

0 commit comments

Comments
 (0)