File tree 3 files changed +6
-6
lines changed
src/shared/components/tags/event
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
@import " ../default" ;
6
6
7
7
.button {
8
- color : $tc-orange ;
8
+ color : $tc-orange-110 ;
9
9
background-color : $tc-orange-10 ;
10
10
11
11
& :active ,
12
12
& :focus ,
13
13
& :hover {
14
- color : $tc-orange-110 ;
14
+ color : $tc-orange ;
15
15
background-color : $tc-orange-10 ;
16
16
}
17
17
Original file line number Diff line number Diff line change 5
5
@import " ../default" ;
6
6
7
7
.button {
8
- color : $tc-light -blue ;
8
+ color : $tc-dark -blue-110 ;
9
9
background-color : $tc-light-blue-10 ;
10
10
11
11
& :active ,
12
12
& :focus ,
13
13
& :hover {
14
- color : $tc-light-blue-110 ;
14
+ color : $tc-light-blue ;
15
15
background-color : $tc-light-blue-10 ;
16
16
}
17
17
Original file line number Diff line number Diff line change 5
5
@import " ../default" ;
6
6
7
7
.button {
8
- color : $tc-green ;
8
+ color : $tc-green-110 ;
9
9
background-color : $tc-green-10 ;
10
10
11
11
& :active ,
12
12
& :focus ,
13
13
& :hover {
14
- color : $tc-green-110 ;
14
+ color : $tc-green ;
15
15
background-color : $tc-green-10 ;
16
16
}
17
17
You can’t perform that action at this time.
0 commit comments