File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed 
src/shared/lib/styledComponents Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,6 @@ import { css } from "styled-components";
22
33export  const  theme  =  { 
44  fonts : { 
5-     headline3 : css ` 
6-       font-size :  28px  ; 
7-       font-style :  normal; 
8-       font-weight :  700 ; 
9-       line-height :  40px  ; 
10-     ` , 
115    headline2 : css ` 
126      font-size :  24px  ; 
137      font-style :  normal; 
@@ -26,14 +20,12 @@ export const theme = {
2620      font-weight :  700 ; 
2721      line-height :  26px  ; 
2822    ` , 
29-     // 다지안 확인 대기 
3023    subHead3 : css ` 
3124      font-size :  16px  ; 
3225      font-style :  normal; 
3326      font-weight :  700 ; 
3427      line-height :  24px  ; 
3528    ` , 
36-     // 다지안 확인 대기 
3729    subHead2 : css ` 
3830      font-size :  15px  ; 
3931      font-style :  normal; 
@@ -92,7 +84,7 @@ export const theme = {
9284    grey80 : "#32383F" , 
9385    grey90 : "#24292F" , 
9486
95-     //변동 가능성 있음 
87+     primary00 :  "#F6F5FF" , 
9688    primary01 : "#DEDBFF" , 
9789    primary02 : "#B4ACFF" , 
9890    primary03 : "#7A6DF0" , 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments