Update CustomButton.svelte

Observe prevailing width before height convention.
pull/5484/head
coreywofford 5 years ago committed by GitHub
parent e508fb7b8b
commit c3c4b30882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
<style>
button {
height: 4rem;
width: 8rem;
height: 4rem;
background-color: #aaa;
border-color: #f1c40f;
color: #f1c40f;
@ -19,4 +19,4 @@
<button on:click>
Click me
</button>
</button>

Loading…
Cancel
Save