File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 49
49
@apply px-3 py-2;
50
50
@apply border border-gray-400 rounded;
51
51
@apply shadow-sm;
52
- @apply focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-100 focus:ring-bull- blue;
52
+ @apply focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-100 focus:ring-blue;
53
53
}
54
54
55
55
label {
141
141
width : 2rem ;
142
142
height : 2rem ;
143
143
border : 5px solid # f3f3f3 ;
144
- border-top : 6px solid theme ('colors.bull- blue' );
144
+ border-top : 6px solid theme ('colors.blue' );
145
145
border-radius : 100% ;
146
146
margin : auto;
147
147
animation : spin 1s infinite linear;
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ module.exports = {
12
12
colors : {
13
13
'red' : '#DB433B' ,
14
14
'orange' : '#F39745' ,
15
- 'bull- blue' : '#3D9CFB' ,
16
- 'mosaic -blue' : '#5FBFFA' ,
15
+ 'blue' : '#3D9CFB' ,
16
+ 'light -blue' : '#5FBFFA' ,
17
17
'purple' : '#B989C9' ,
18
18
'green' : '#64A03D' ,
19
19
'yellow' : '#E7BB43' ,
You can’t perform that action at this time.
0 commit comments