瀏覽代碼

add arraow

unknown 3 年之前
父節點
當前提交
ff9412a0d3
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 1 1
      .eslintcache
  2. 2 1
      src/components/TimerContainer/TimerPresentation/TimerPresentation.module.css

File diff suppressed because it is too large
+ 1 - 1
.eslintcache


+ 2 - 1
src/components/TimerContainer/TimerPresentation/TimerPresentation.module.css

@@ -17,6 +17,7 @@
   text-align: center;
   transform: rotate(var(--rotation));
   font-size: 1.5rem;
+  color: black;
 }
 
 .clock .number1 {
@@ -80,7 +81,7 @@
 }
 
 .clock .hand.second {
-  width: 3px;
+  width: 5px;
   height: 45%;
   background-color: red;
 }