Skip to content

Commit

Permalink
Removed unrelated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jordythevulder committed Jan 13, 2025
1 parent 3ec9c21 commit 4de7fea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
@stack('head')
@config('design/head/includes')
</head>
<body class="text antialiased has-[.prevent-scroll:checked]:overflow-clip">
<body class="text antialiased">
<div id="app" class="flex flex-col min-h-dvh">
@includeWhen(!request()->routeIs('checkout'), 'rapidez::layouts.partials.header')
@includeWhen(request()->routeIs('checkout'), 'rapidez::layouts.checkout.header')
Expand Down
4 changes: 2 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ export default {
},

border: {
emphasis: color('--border-emphasis', colors.slate[400]),
DEFAULT: color('--border', colors.slate[300]),
emphasis: color('--border-emphasis', colors.slate[500]),
DEFAULT: color('--border', colors.slate[200]),
muted: color('--border-muted', colors.slate[100]),
},

Expand Down

0 comments on commit 4de7fea

Please sign in to comment.