diff --git a/src/components/icons/MiniScheduleIcon.jsx b/src/components/icons/MiniScheduleIcon.jsx
index 9d2662d911bff5ac0f8f95c51d32861e977f4b18..e5851e940ec352795fe9cb8650682ef520f0a3bd 100644
--- a/src/components/icons/MiniScheduleIcon.jsx
+++ b/src/components/icons/MiniScheduleIcon.jsx
@@ -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> /{" "}
diff --git a/src/pages/HomePage.jsx b/src/pages/HomePage.jsx
index e6252be714626983fc7306ff36cd2b90f6b7acf8..64653274c5cda8e98de265b7f3a50e4780d5327c 100644
--- a/src/pages/HomePage.jsx
+++ b/src/pages/HomePage.jsx
@@ -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" />}