Skip to content

Commit

Permalink
feat: update playwright test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
lordelogos committed Apr 16, 2024
1 parent 6315eb6 commit 6e59bd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}

.rounded {
border-radius: 0.25rem;
border-radius: 4px;
}

.border-solid {
Expand Down
10 changes: 5 additions & 5 deletions apps/test/tests/.snapshots/smoke.spec.ts-Tailwind-chromium.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
}

.px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
padding-left: 12px;
padding-right: 12px;
}

.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-top: 8px;
padding-bottom: 8px;
}

.text-white {
Expand All @@ -26,7 +26,7 @@
}

.leading-4 {
line-height: 1rem;
line-height: 16px;
}
</style>
</head>
Expand Down

0 comments on commit 6e59bd6

Please sign in to comment.