Skip to content

Commit

Permalink
fix: DateInput component의 컬러코드 오류를 수정한다. (#893)
Browse files Browse the repository at this point in the history
* fix: add box in dateInput component

* fix: set pressable component color

* fix: update test file
  • Loading branch information
101wood authored Nov 6, 2023
1 parent 769547f commit 264fcb2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const DateInput = withDateInputVariation(
justifyContent="center"
flexGrow={1}
disabled={disabled}
backgroundColor="transparent"
onClick={onFocus}
onBlur={() => setIsFocused(false)}
onFocus={() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ exports[`<DatePickerField /> when size is lg match snapshot 1`] = `
box-sizing: border-box;
position: relative;
cursor: pointer;
background-color: inherit;
background-color: #00000000;
border-width: 0;
padding: 0;
overflow: hidden;
Expand Down Expand Up @@ -309,7 +309,7 @@ exports[`<DatePickerField /> when size is md match snapshot 1`] = `
box-sizing: border-box;
position: relative;
cursor: pointer;
background-color: inherit;
background-color: #00000000;
border-width: 0;
padding: 0;
overflow: hidden;
Expand Down Expand Up @@ -555,7 +555,7 @@ exports[`<DatePickerField /> when size is sm match snapshot 1`] = `
box-sizing: border-box;
position: relative;
cursor: pointer;
background-color: inherit;
background-color: #00000000;
border-width: 0;
padding: 0;
overflow: hidden;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ exports[`<RangePickerField /> when size is lg match snapshot 1`] = `
box-sizing: border-box;
position: relative;
cursor: pointer;
background-color: inherit;
background-color: #00000000;
border-width: 0;
padding: 0;
overflow: hidden;
Expand Down Expand Up @@ -349,7 +349,7 @@ exports[`<RangePickerField /> when size is md match snapshot 1`] = `
box-sizing: border-box;
position: relative;
cursor: pointer;
background-color: inherit;
background-color: #00000000;
border-width: 0;
padding: 0;
overflow: hidden;
Expand Down Expand Up @@ -615,7 +615,7 @@ exports[`<RangePickerField /> when size is sm match snapshot 1`] = `
box-sizing: border-box;
position: relative;
cursor: pointer;
background-color: inherit;
background-color: #00000000;
border-width: 0;
padding: 0;
overflow: hidden;
Expand Down

1 comment on commit 264fcb2

@vercel
Copy link

@vercel vercel bot commented on 264fcb2 Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@101wood is attempting to deploy a commit to the Class101 Team on Vercel.

To accomplish this, @101wood needs to request access to the Team.

Afterwards, an owner of the Team is required to accept their membership request.

If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account.

Please sign in to comment.