Skip to content
Snippets Groups Projects
Commit b1d88b24 authored by 석찬 윤's avatar 석찬 윤
Browse files

design: 스케쥴 제목 및 수정모드 토글 색상 변경 (#8)

parent 0dae8af5
Branches
No related tags found
1 merge request!6[#8] 스케줄 페이지 개발
......@@ -196,9 +196,9 @@ const SchedulePage = () => {
<div className="min-h-screen bg-grayscale-50">
{/* Toggle View/Edit Mode */}
<div className="flex items-center justify-between p-4 bg-white shadow">
<h1 className="heading-1 text-primary-500">Schedule</h1>
<h1 className="heading-1">Schedule</h1>
<label className="flex items-center space-x-3 cursor-pointer">
<span className="title-1 text-secondary-500">Edit Mode</span>
<span className="title-1 text-primary-500">Edit Mode</span>
<div
className={`relative w-12 h-6 rounded-full transition-colors ${
isEditMode ? "bg-primary-500" : "bg-grayscale-300"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment