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

refactor: Accessibility 향상

parent 2555f9b8
No related branches found
No related tags found
1 merge request!41refactor: Accessibility 향상
Pipeline #10985 passed
......@@ -15,7 +15,7 @@ const dummyScheduleStatus = [
const MiniScheduleIcon = ({ scheduleStatus = dummyScheduleStatus }) => {
return (
<div className="flex flex-col items-center justify-center h-40 p-4 bg-white rounded-lg shadow-lg w-60">
<div className="flex flex-col items-center justify-center h-40 p-4 bg-white border rounded-lg shadow-lg border-grayscale-300 w-60">
{/* 헤더 */}
<div className="mb-2 text-gray-300 label-1">
<span className="text-secondary-500">고정</span> /{" "}
......
......@@ -44,16 +44,19 @@ const HomePage = () => {
component: (
<div className="flex gap-2">
<Button
aria-label="button-example1"
size="icon"
theme="purple"
icon={<LogoIcon fillColor="#ffffff" />}
/>
<Button
aria-label="button-example2"
size="icon"
theme="indigo"
icon={<LogoIcon fillColor="#ffffff" />}
/>
<Button
aria-label="button-example3"
size="icon"
theme="mix"
icon={<LogoIcon fillColor="#ffffff" />}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment