Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
bottlewook committed Mar 13, 2024
2 parents 9c2e408 + cac7450 commit 4079e51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/app/google0752856c3838610a.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google-site-verification: google0752856c3838610a.html
2 changes: 1 addition & 1 deletion src/components/shared/confirmation/Confirmation.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
main {
.confirmation {
position: fixed;
z-index: var(--bottomnav-zindex);
box-sizing: border-box;
Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/confirmation/Confirmation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function Confirmation({
};

return (
<main className="mainContainer" style={mainContainerStyle}>
<main className="mainContainer confirmation" style={mainContainerStyle}>
<section className="confirmationContainer">
<div className="titleWrapper">
<Text typography="t3" bold color="gray900" display="block" textAlign="start">
Expand Down

0 comments on commit 4079e51

Please sign in to comment.