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 = [ ...@@ -15,7 +15,7 @@ const dummyScheduleStatus = [
const MiniScheduleIcon = ({ scheduleStatus = dummyScheduleStatus }) => { const MiniScheduleIcon = ({ scheduleStatus = dummyScheduleStatus }) => {
return ( 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"> <div className="mb-2 text-gray-300 label-1">
<span className="text-secondary-500">고정</span> /{" "} <span className="text-secondary-500">고정</span> /{" "}
......
...@@ -44,16 +44,19 @@ const HomePage = () => { ...@@ -44,16 +44,19 @@ const HomePage = () => {
component: ( component: (
<div className="flex gap-2"> <div className="flex gap-2">
<Button <Button
aria-label="button-example1"
size="icon" size="icon"
theme="purple" theme="purple"
icon={<LogoIcon fillColor="#ffffff" />} icon={<LogoIcon fillColor="#ffffff" />}
/> />
<Button <Button
aria-label="button-example2"
size="icon" size="icon"
theme="indigo" theme="indigo"
icon={<LogoIcon fillColor="#ffffff" />} icon={<LogoIcon fillColor="#ffffff" />}
/> />
<Button <Button
aria-label="button-example3"
size="icon" size="icon"
theme="mix" theme="mix"
icon={<LogoIcon fillColor="#ffffff" />} 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