Made changes to CSS and merged together.

This commit is contained in:
2025-12-18 16:44:25 -05:00
parent 9b71c82c7d
commit cee0c922d2
15 changed files with 352 additions and 607 deletions

View File

@@ -120,21 +120,22 @@ function handleItemClick(item: PendingReward) {
}
.child-name {
font-weight: 600;
color: #667eea;
color: var(--dialog-child-name);
}
.reward-info {
display: flex;
align-items: center;
gap: 0.7rem;
margin-bottom: 0rem;
}
.reward-name {
font-weight: 600;
color: #ef4444;
color: var(--notification-reward-name);
}
.requested-text {
margin: 0 0.7rem;
font-weight: 500;
color: #444;
color: var(--dialog-message);
font-size: 1.05rem;
white-space: nowrap;
}