style: Style adjustments, headings, search result etc. #20

Merged
timharek merged 14 commits from style-layout-changes into main 2024-04-02 19:14:06 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 64a2d7bee8 - Show all commits

View File

@ -25,7 +25,7 @@ export default function CopyButton({ text, disabled = false, children }: Props)
startReset();
}}
disabled={!IS_BROWSER || disabled}
class="px-2 py-1 border(gray-100 2) hover:bg-gray-200 mx-auto"
class="px-2 py-1 border(gray-100 2) hover:bg-gray-200 mx-auto bg-blue-200"
>
{clicked ? "Kopiert!" : children}
</button>