mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-13 05:37:44 +02:00
web/components: add missing "button" class to main components
This commit is contained in:
@ -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" />
|
||||
|
@ -5,7 +5,7 @@
|
||||
</script>
|
||||
|
||||
<div id="update-notification" role="alert" aria-atomic="true">
|
||||
<button class="update-button" on:click={() => window.location.reload()}>
|
||||
<button class="button update-button" on:click={() => window.location.reload()}>
|
||||
<div class="update-icon">
|
||||
<IconComet />
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user