File tree Expand file tree Collapse file tree 11 files changed +12
-16
lines changed Expand file tree Collapse file tree 11 files changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ const examples = [
65
65
icon : star ,
66
66
size : 14 ,
67
67
borderWidth : 1.5 ,
68
- borderColor : Colors . $outlineLight ,
68
+ borderColor : Colors . $outlineInverted ,
69
69
iconStyle : { backgroundColor : Colors . $backgroundWarningHeavy }
70
70
}
71
71
} ,
@@ -107,7 +107,7 @@ const examples = [
107
107
label : '+2' ,
108
108
size : 24 ,
109
109
borderWidth : 1.5 ,
110
- borderColor : Colors . $outlineLight
110
+ borderColor : Colors . $outlineInverted
111
111
}
112
112
}
113
113
] ;
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ const styles = StyleSheet.create({
196
196
height : 20 ,
197
197
borderRadius : 4 ,
198
198
borderWidth : 1 ,
199
- borderColor : Colors . $outlineNeutral
199
+ borderColor : Colors . $outlineDefault
200
200
} ,
201
201
group : {
202
202
backgroundColor : Colors . $backgroundNeutralMedium ,
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ export default class ToastsScreen extends Component {
110
110
// backgroundColor={Colors.$backgroundSuccess}
111
111
// icon={Assets.icons.demo.add}
112
112
// iconColor={Colors.$backgroundSuccessHeavy}
113
- // style={{borderWidth: 1, borderColor: Colors.$outlineNeutralMedium }}
113
+ // style={{borderWidth: 1, borderColor: Colors.$outlineDisabled }}
114
114
// messageStyle={Typography.text80BO}
115
115
>
116
116
{ isCustomContent ? this . renderCustomContent ( ) : undefined }
Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ const styles = StyleSheet.create({
306
306
header : {
307
307
height : 56 ,
308
308
borderBottomWidth : 1 ,
309
- borderBottomColor : Colors . $outlineNeutral
309
+ borderBottomColor : Colors . $outlineDefault
310
310
} ,
311
311
dialog : {
312
312
backgroundColor : Colors . $backgroundDefault ,
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ const styles = StyleSheet.create({
102
102
container : {
103
103
height : 56.5 ,
104
104
paddingHorizontal : 23 ,
105
- borderColor : Colors . $outlineNeutral ,
105
+ borderColor : Colors . $outlineDefault ,
106
106
borderBottomWidth : 1
107
107
} ,
108
108
labelText : {
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ const styles = StyleSheet.create({
78
78
alignItems : 'center' ,
79
79
paddingLeft : 16 ,
80
80
borderBottomWidth : StyleSheet . hairlineWidth ,
81
- borderBottomColor : Colors . $outlineNeutral
81
+ borderBottomColor : Colors . $outlineDefault
82
82
} ,
83
83
searchIcon : {
84
84
marginRight : 12
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ const styles = StyleSheet.create({
53
53
height : Spacings . s1 ,
54
54
marginTop : Spacings . s2 ,
55
55
marginBottom : Spacings . s2 ,
56
- backgroundColor : Colors . $outlineNeutral ,
56
+ backgroundColor : Colors . $outlineDefault ,
57
57
borderRadius : BorderRadiuses . br10
58
58
}
59
59
} ) ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const colorByState = {
10
10
const styles = StyleSheet . create ( {
11
11
field : {
12
12
borderBottomWidth : 1 ,
13
- borderBottomColor : Colors . $outlineNeutralMedium ,
13
+ borderBottomColor : Colors . $outlineDisabled ,
14
14
paddingBottom : Spacings . s2
15
15
} ,
16
16
input : {
Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ const styles = StyleSheet.create({
302
302
borderTopWidth : 1 ,
303
303
borderBottomWidth : 1 ,
304
304
height : Spacings . s9 ,
305
- borderColor : Colors . $outlineNeutral
305
+ borderColor : Colors . $outlineDefault
306
306
} ,
307
307
label : {
308
308
position : 'absolute' ,
Original file line number Diff line number Diff line change @@ -59,9 +59,7 @@ export default {
59
59
$iconDisabled : colorsPalette . grey50 ,
60
60
61
61
// OUTLINE
62
- $outlineLight : colorsPalette . white ,
63
- $outlineNeutral : colorsPalette . grey60 ,
64
- $outlineNeutralMedium : colorsPalette . grey50 ,
62
+ $outlineDefault : colorsPalette . grey60 ,
65
63
$outlineDisabled : colorsPalette . grey50 ,
66
64
$outlineDisabledHeavy : colorsPalette . grey30 ,
67
65
$outlinePrimary : colorsPalette . violet30 ,
Original file line number Diff line number Diff line change @@ -59,9 +59,7 @@ export default {
59
59
$iconDisabled : colorsPalette . grey20 ,
60
60
61
61
// OUTLINE
62
- $outlineLight : colorsPalette . grey70 ,
63
- $outlineNeutral : colorsPalette . grey10 ,
64
- $outlineNeutralMedium : colorsPalette . grey20 ,
62
+ $outlineDefault : colorsPalette . grey10 ,
65
63
$outlineDisabled : colorsPalette . grey20 ,
66
64
$outlineDisabledHeavy : colorsPalette . grey40 ,
67
65
$outlinePrimary : colorsPalette . violet50 ,
You can’t perform that action at this time.
0 commit comments