web/components: add missing "button" class to main components

This commit is contained in:
wukko
2025-02-25 00:17:52 +06:00
parent 384ea412ea
commit 24a75eaf80
3 changed files with 3 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
<div class="open-file-container" class:dragged-over={draggedOver}>
<Meowbalt emotion="question" />
<button class="open-file-button" on:click={openFile}>
<button class="button open-file-button" on:click={openFile}>
<div class="dashed-stroke">
<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg">
<rect width="100%" height="100%" fill="none" rx="24" ry="24" />