Skip to content

Commit

Permalink
styles: increase hover brightness
Browse files Browse the repository at this point in the history
  • Loading branch information
pnxl committed Aug 13, 2023
1 parent 965101f commit 5fde4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/dashboard/[workspace_id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ const Page: Component = () => {
<Switch>
<Match when={content.type === "file" && content.data}>
{(file) => (
<div class="w-full h-auto p-2 flex flex-row justify-between items-center gap-1 border-b border-surface2 hover:bg-surface0">
<div class="w-full h-auto p-2 flex flex-row justify-between items-center gap-1 border-b border-surface2 hover:bg-surface0/50">
<div class="flex flex-row gap-2">
{getFileIcon(file())}
<p class="text-sm mt-0.5">{file().name}</p>
Expand Down

0 comments on commit 5fde4fb

Please sign in to comment.