Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/CMI-OSS/cbnu-alrami into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jaryapp committed Sep 4, 2023
2 parents 6955738 + 2c1f851 commit 1c971aa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
17 changes: 8 additions & 9 deletions packages/mobile/src/components/templates/Modal/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,17 @@
margin-top: 25px;

.cancel {
width: 96px;
height: 40px;
border-radius: 100px;
background-color: $white;
color: $black-40;
border: 0.3px solid $black-40;
width: 120px;
height: 47px;
border-radius: 10px;
background-color: $black-10;
color: $black-80;
}

.confirm {
width: 96px;
height: 40px;
border-radius: 100px;
width: 120px;
height: 47px;
border-radius: 10px;
background-color: $red-50;
color: $white;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,12 @@ $total-margin-of-top-and-bottom: 220px;
.cancel {
@include typography(14);
position: relative;
width: 96px;
height: 40px;
width: 120px;
height: 47px;
margin-bottom: 27px;
color: $black-60;
background-color: $black-0;
border: 1px solid $black-50;
border-radius: 100px;
color: $black-80;
background-color: $black-10;
border-radius: 10px;
line-height: 30px;
z-index: 1;
}
Expand Down

0 comments on commit 1c971aa

Please sign in to comment.