Skip to content

Commit

Permalink
Merge pull request #296 from lad-tech/294-mobydick-20-change-colors-n…
Browse files Browse the repository at this point in the history
…eutral-10

294 mobydick 20 change colors neutral 10
  • Loading branch information
vpsmolina authored Jan 16, 2025
2 parents 9a80004 + 67c7d3f commit e605012
Show file tree
Hide file tree
Showing 17 changed files with 68 additions and 68 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21640,7 +21640,7 @@ exports[`Calendar renders correctly 1`] = `
"paddingTop": 5,
},
{
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
},
{
"borderRadius": 4,
Expand Down Expand Up @@ -42626,7 +42626,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`]
"paddingTop": 5,
},
{
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
},
{
"borderRadius": 4,
Expand Down Expand Up @@ -46268,7 +46268,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD
"paddingTop": 5,
},
{
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
},
{
"borderRadius": 4,
Expand Down Expand Up @@ -49798,7 +49798,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`]
"paddingTop": 5,
},
{
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
},
{
"borderRadius": 4,
Expand Down Expand Up @@ -53518,7 +53518,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD
"paddingTop": 5,
},
{
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
},
{
"borderRadius": 4,
Expand Down Expand Up @@ -78667,7 +78667,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = `
"paddingTop": 5,
},
{
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
},
{
"borderRadius": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2198,7 +2198,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = `
"paddingTop": 5,
},
{
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
},
{
"borderRadius": 4,
Expand Down Expand Up @@ -3722,7 +3722,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = `
{
"alignItems": "center",
"alignSelf": "stretch",
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderRadius": 12,
"flex": 1,
"flexDirection": "row",
Expand Down Expand Up @@ -3788,7 +3788,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = `
{
"alignItems": "center",
"alignSelf": "stretch",
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderRadius": 12,
"flex": 1,
"flexDirection": "row",
Expand Down Expand Up @@ -6025,7 +6025,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`]
"paddingTop": 5,
},
{
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
},
{
"borderRadius": 4,
Expand Down Expand Up @@ -9764,7 +9764,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = `
"paddingTop": 5,
},
{
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
},
{
"borderRadius": 4,
Expand Down Expand Up @@ -13503,7 +13503,7 @@ exports[`ModalCalendar renders correctly 1`] = `
"paddingTop": 5,
},
{
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
},
{
"borderRadius": 4,
Expand Down Expand Up @@ -17166,7 +17166,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = `
"paddingTop": 5,
},
{
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
},
{
"borderRadius": 4,
Expand Down Expand Up @@ -20884,7 +20884,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday
"paddingTop": 5,
},
{
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
},
{
"borderRadius": 4,
Expand Down Expand Up @@ -22385,7 +22385,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday
{
"alignItems": "center",
"alignSelf": "stretch",
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderRadius": 12,
"flex": 1,
"flexDirection": "row",
Expand Down Expand Up @@ -22451,7 +22451,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday
{
"alignItems": "center",
"alignSelf": "stretch",
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderRadius": 12,
"flex": 1,
"flexDirection": "row",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ exports[`@lad-tech/mobydick-core/ChatInput renders correctly 1`] = `
[
{
"alignItems": undefined,
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderColor": "transparent",
"borderRadius": 8,
"borderWidth": 1,
Expand Down Expand Up @@ -238,7 +238,7 @@ exports[`@lad-tech/mobydick-core/ChatInput renders correctly android 1`] = `
[
{
"alignItems": undefined,
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderColor": "transparent",
"borderRadius": 8,
"borderWidth": 1,
Expand Down Expand Up @@ -425,7 +425,7 @@ exports[`@lad-tech/mobydick-core/ChatInput renders correctly with containerStyle
[
{
"alignItems": undefined,
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderColor": "transparent",
"borderRadius": 8,
"borderWidth": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ exports[`@lad-tech/mobydick-core/ChatInputField renders correctly 1`] = `
[
{
"alignItems": undefined,
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderColor": "transparent",
"borderRadius": 8,
"borderWidth": 1,
Expand Down Expand Up @@ -122,7 +122,7 @@ exports[`@lad-tech/mobydick-core/ChatInputField renders correctly focused/blur 1
[
{
"alignItems": undefined,
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderColor": "rgba(21, 28, 44, 0.4)",
"borderRadius": 8,
"borderWidth": 1,
Expand Down Expand Up @@ -217,7 +217,7 @@ exports[`@lad-tech/mobydick-core/ChatInputField renders correctly focused/blur 2
[
{
"alignItems": undefined,
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderColor": "transparent",
"borderRadius": 8,
"borderWidth": 1,
Expand Down Expand Up @@ -312,7 +312,7 @@ exports[`@lad-tech/mobydick-core/ChatInputField renders correctly with props 1`]
[
{
"alignItems": undefined,
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderColor": "transparent",
"borderRadius": 8,
"borderWidth": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ exports[`@lad-tech/mobydick-core/Button renders correctly disabled 1`] = `
{
"alignItems": "center",
"alignSelf": "stretch",
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderRadius": 12,
"flexDirection": "row",
"justifyContent": "center",
Expand Down Expand Up @@ -642,7 +642,7 @@ exports[`@lad-tech/mobydick-core/Button renders correctly loading disabled 1`] =
{
"alignItems": "center",
"alignSelf": "stretch",
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderRadius": 12,
"flexDirection": "row",
"justifyContent": "center",
Expand Down Expand Up @@ -770,7 +770,7 @@ exports[`@lad-tech/mobydick-core/Button renders correctly loading types 2`] = `
{
"alignItems": "center",
"alignSelf": "stretch",
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderRadius": 12,
"flexDirection": "row",
"justifyContent": "center",
Expand Down Expand Up @@ -923,7 +923,7 @@ exports[`@lad-tech/mobydick-core/Button renders correctly loading types 4`] = `
{
"alignItems": "center",
"alignSelf": "stretch",
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderRadius": 12,
"flexDirection": "row",
"justifyContent": "center",
Expand Down Expand Up @@ -1165,7 +1165,7 @@ exports[`@lad-tech/mobydick-core/Button renders correctly loading types 7`] = `
{
"alignItems": "center",
"alignSelf": "stretch",
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderRadius": 12,
"flexDirection": "row",
"justifyContent": "center",
Expand Down Expand Up @@ -1387,7 +1387,7 @@ exports[`@lad-tech/mobydick-core/Button renders correctly secondary 1`] = `
{
"alignItems": "center",
"alignSelf": "stretch",
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderRadius": 12,
"flexDirection": "row",
"justifyContent": "center",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ exports[`@lad-tech/mobydick-core/DropDown multiselect snapshot 1`] = `
[
{
"alignItems": "center",
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderColor": "rgba(21, 28, 44, 0.2)",
"borderRadius": 8,
"borderWidth": 1,
Expand Down Expand Up @@ -292,7 +292,7 @@ exports[`@lad-tech/mobydick-core/DropDown renders correctly 10 elements 1`] = `
[
{
"alignItems": "center",
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderColor": "rgba(21, 28, 44, 0.2)",
"borderRadius": 8,
"borderWidth": 1,
Expand Down Expand Up @@ -726,7 +726,7 @@ exports[`@lad-tech/mobydick-core/DropDown renders correctly 10 elements type wro
[
{
"alignItems": "center",
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderColor": "transparent",
"borderRadius": 8,
"borderWidth": 1,
Expand Down Expand Up @@ -874,7 +874,7 @@ exports[`@lad-tech/mobydick-core/DropDown renders correctly without array 1`] =
[
{
"alignItems": "center",
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderColor": "rgba(21, 28, 44, 0.2)",
"borderRadius": 8,
"borderWidth": 1,
Expand Down Expand Up @@ -1036,7 +1036,7 @@ exports[`@lad-tech/mobydick-core/DropDown renders correctly without array with t
[
{
"alignItems": "center",
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderColor": "rgba(21, 28, 44, 0.2)",
"borderRadius": 8,
"borderWidth": 1,
Expand Down Expand Up @@ -1179,7 +1179,7 @@ exports[`@lad-tech/mobydick-core/DropDown selectItemClose 1`] = `
[
{
"alignItems": "center",
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderColor": "rgba(21, 28, 44, 0.2)",
"borderRadius": 8,
"borderWidth": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ exports[`@lad-tech/mobydick-core/Selector Selector custom flatList styles 1`] =
style={
[
{
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderColor": "rgba(21, 28, 44, 0.1)",
"borderRadius": 12,
"borderWidth": 1,
Expand Down Expand Up @@ -215,7 +215,7 @@ exports[`@lad-tech/mobydick-core/Selector Selector custom with array in selected
style={
[
{
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderColor": "rgba(21, 28, 44, 0.1)",
"borderRadius": 12,
"borderWidth": 1,
Expand Down Expand Up @@ -436,7 +436,7 @@ exports[`@lad-tech/mobydick-core/Selector Selector custom with empty array in se
style={
[
{
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderColor": "rgba(21, 28, 44, 0.1)",
"borderRadius": 12,
"borderWidth": 1,
Expand Down Expand Up @@ -655,7 +655,7 @@ exports[`@lad-tech/mobydick-core/Selector render correct renderItem TouchableHig
style={
[
{
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderColor": "rgba(21, 28, 44, 0.1)",
"borderRadius": 12,
"borderWidth": 1,
Expand Down Expand Up @@ -819,7 +819,7 @@ exports[`@lad-tech/mobydick-core/Selector render correct renderItem Typography
style={
[
{
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderColor": "rgba(21, 28, 44, 0.1)",
"borderRadius": 12,
"borderWidth": 1,
Expand Down Expand Up @@ -981,7 +981,7 @@ exports[`@lad-tech/mobydick-core/Selector render correct renderItem Typography w
style={
[
{
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderColor": "rgba(21, 28, 44, 0.1)",
"borderRadius": 12,
"borderWidth": 1,
Expand Down Expand Up @@ -1145,7 +1145,7 @@ exports[`@lad-tech/mobydick-core/Selector renders correctly 1`] = `
style={
[
{
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderColor": "rgba(21, 28, 44, 0.1)",
"borderRadius": 12,
"borderWidth": 1,
Expand Down Expand Up @@ -1305,7 +1305,7 @@ exports[`@lad-tech/mobydick-core/Selector renders correctly with bottom padding
style={
[
{
"backgroundColor": "#F2F4F7",
"backgroundColor": "#EDEFF3",
"borderColor": "rgba(21, 28, 44, 0.1)",
"borderRadius": 12,
"borderWidth": 1,
Expand Down
Loading

0 comments on commit e605012

Please sign in to comment.