Made changes to CSS and merged together.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user