Skip to content

Commit

Permalink
#793. Update button style to match design. (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-winberry authored Sep 29, 2022
1 parent 2a9755d commit 9485e89
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
]
},
"devDependencies": {
"@defense-unicorns/unicorn-ui": "0.0.10",
"@defense-unicorns/unicorn-ui": "^0.0.10",
"@fontsource/roboto": "4.5.8",
"@material/card": "14.0.0",
"@material/data-table": "14.0.0",
Expand Down
5 changes: 3 additions & 2 deletions src/ui/routes/initialize/configure/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
</div>

<div class="actionButtonsContainer">
<Button href="/" variant="outlined" shape="squared">cancel deployment</Button>
<Button href="/initialize/review" variant="raised" shape="squared">review deployment</Button>
<Button href="/" variant="outlined">cancel deployment</Button>

<Button href="/initialize/review" variant="raised">review deployment</Button>
</div>

0 comments on commit 9485e89

Please sign in to comment.