mirror of
https://github.com/imputnet/cobalt.git
synced 2026-01-04 14:01:24 +00: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" />
|
||||
|
||||
Reference in New Issue
Block a user