Skip to content

Commit

Permalink
chore: improve styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jackstar12 committed Nov 27, 2024
1 parent a70955f commit 20c85e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/status/TransactionLockupFailed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const Amount = (props: { label: DictKey; amount: number }) => {

return (
<div>
<h2>{t(props.label)}</h2>
<div>{t(props.label)}</div>
<input
disabled
type="text"
Expand Down
6 changes: 5 additions & 1 deletion src/style/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,8 @@ textarea {

gap: 1rem;
margin-bottom: 1.5rem;
font-size: 1rem;
font-weight: 400;
}

.quote > div {
Expand All @@ -643,6 +645,8 @@ textarea {
}

.quote > div > input {
font-size: 33px;
color: white;
font-size: 1.5rem;
font-weight: 600;
text-align: center;
}

0 comments on commit 20c85e6

Please sign in to comment.