add history rocker icons

This commit is contained in:
Shantur Rathore
2025-12-06 23:18:29 +00:00
parent b9394fb467
commit ec5c5c8c0f
2 changed files with 5 additions and 8 deletions

View File

@@ -66,11 +66,11 @@
}
.prompt-history-bottom {
bottom: 0.3rem;
bottom: 0.6rem;
}
.prompt-history-button {
@apply w-8 h-8 flex items-center justify-center rounded-md;
@apply w-9 h-9 flex items-center justify-center rounded-md;
color: var(--text-muted);
background-color: rgba(15, 23, 42, 0.04);
transition: background-color 0.15s ease, color 0.15s ease;