File size: 320 Bytes
19722de
c687c71
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
<button on:click title="Prompt and Paint" class="underline w-[210px] text-sm">
	<span>About</span>
</button>

<style lang="postcss" scoped>
	/* .button {
		@apply disabled:opacity-50 dark:bg-white dark:text-black bg-black text-white rounded-2xl text-xs shadow-sm focus:outline-none focus:border-gray-400;
	} */
</style>