Skip to content

Commit

Permalink
make error bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
apinet committed Oct 22, 2023
1 parent 0387432 commit 8d4e5de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/demo-app.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@ export default css`
text-align: center;
color: var(--np-core-color-grey-s);
font-weight: var(--np-core-font-weight-l);
text-shadow: 1px 4px 6px #ddd, 0 0 0 #000, 1px 4px 6px #ddd;
padding: 0;
margin: 0;
}
h1 strong {
}
header,
footer {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion src/views/view.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default css`
p.error {
padding: 0 var(--np-core-padding-l);
font-weight: var(--np-core-font-weight-s);
font-weight: var(--np-core-font-weight-m);
color: var(--np-core-color-red-m);
}
Expand Down

0 comments on commit 8d4e5de

Please sign in to comment.