styling fixes

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-19 23:34:41 +00:00
parent 375863b157
commit 9d4aa32f9e
21 changed files with 174 additions and 75 deletions

View File

@@ -154,8 +154,8 @@ const ScheduleContentModal: React.FC<ScheduleContentModalProps> = ({
{/* Preview */}
{selectedDate && selectedTime && (
<div className="bg-blue-50 border-l-4 border-blue-500 p-4 rounded">
<p className="text-sm font-medium text-blue-900">
<div className="bg-brand-50 border-l-4 border-brand-500 p-4 rounded">
<p className="text-sm font-medium text-brand-900">
Preview: {formatPreviewDate()} ({getAccountTimezone()})
</p>
</div>