chore: add button color
Browse files
app.py
CHANGED
|
@@ -26,6 +26,7 @@ css = """
|
|
| 26 |
overflow: hidden !important;
|
| 27 |
}
|
| 28 |
.action-btn {
|
|
|
|
| 29 |
background-color: #6833E4;
|
| 30 |
transition: transform 0.2s, background-color 0.2s;
|
| 31 |
}
|
|
|
|
| 26 |
overflow: hidden !important;
|
| 27 |
}
|
| 28 |
.action-btn {
|
| 29 |
+
color: #fff;
|
| 30 |
background-color: #6833E4;
|
| 31 |
transition: transform 0.2s, background-color 0.2s;
|
| 32 |
}
|