Skip to content

Commit

Permalink
Fix display of download button on Backups page. #1463
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Dec 10, 2019
1 parent 33c60e4 commit 793aee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/ui/src/components/Button/index.js
Expand Up @@ -24,6 +24,7 @@ const Button = ({ action = null, href = null, disabled, children }) => {
<style jsx>
{`
.btn {
display: inline-block;
background-color: ${color.lightBlue};
border: none;
border-radius: 3px;
Expand Down

0 comments on commit 793aee1

Please sign in to comment.