소스 검색

Reduce key fonrt size #142

poeti8 7 년 전
부모
커밋
1476a2d5e3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      client/components/Settings/SettingsApi.js

+ 1 - 1
client/components/Settings/SettingsApi.js

@@ -48,7 +48,7 @@ const KeyWrapper = styled.div`
 const ApiKey = styled.span`
   max-width: 100%;
   margin-right: 16px;
-  font-size: 18px;
+  font-size: 16px;
   font-weight: bold;
   border-bottom: 2px dotted #999;