Skip to content

Commit

Permalink
Design : Modify join button color
Browse files Browse the repository at this point in the history
  • Loading branch information
carboxaminoo committed Mar 13, 2024
1 parent 1768c04 commit e5a99d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mz_v1_front/src/routes/join/ButtonStyleOutlined.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


<button on:click={handleClick}
style="{'border-radius: 50px; border-style: solid; border-color: var(--neutral-10, #486284); border-width: 1px; padding: 12px 20px 12px 20px; display: flex; flex-direction: row; gap: 10px; align-items: center; justify-content: center; position: relative; overflow: hidden;' + style}"
style="{'border-radius: 50px; border-style: solid; border-color: var(--neutral-10, #ffffff); border-width: 1px; padding: 12px 20px 12px 20px; display: flex; flex-direction: row; gap: 10px; align-items: center; justify-content: center; position: relative; overflow: hidden;' + style}"
>
<div
style="
Expand Down

0 comments on commit e5a99d2

Please sign in to comment.