Skip to content

Commit 1796b39

Browse files
chore: format
1 parent d515f23 commit 1796b39

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

_official-contacts-tutorial/app/app.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ button {
3535
border: none;
3636
border-radius: 8px;
3737
padding: 0.5rem 0.75rem;
38-
box-shadow: 0 0px 1px hsla(0, 0%, 0%, 0.2), 0 1px 2px hsla(0, 0%, 0%, 0.2);
38+
box-shadow:
39+
0 0px 1px hsla(0, 0%, 0%, 0.2),
40+
0 1px 2px hsla(0, 0%, 0%, 0.2);
3941
background-color: white;
4042
line-height: 1.5;
4143
margin: 0;
@@ -48,7 +50,9 @@ button {
4850
textarea:hover,
4951
input:hover,
5052
button:hover {
51-
box-shadow: 0 0px 1px hsla(0, 0%, 0%, 0.6), 0 1px 2px hsla(0, 0%, 0%, 0.2);
53+
box-shadow:
54+
0 0px 1px hsla(0, 0%, 0%, 0.6),
55+
0 1px 2px hsla(0, 0%, 0%, 0.2);
5256
}
5357

5458
button:active {

_official-contacts-tutorial/app/routes/contacts.$contactId.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default function Contact() {
6868
method="post"
6969
onSubmit={(event) => {
7070
const response = confirm(
71-
"Please confirm you want to delete this record."
71+
"Please confirm you want to delete this record.",
7272
);
7373
if (!response) {
7474
event.preventDefault();

0 commit comments

Comments
 (0)