mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-07-13 11:03:44 +00:00
fix(#13): Add hacky workaround for component styling
This commit is contained in:
@@ -36,4 +36,4 @@
|
||||
/>
|
||||
|
||||
<input type="password" bind:value={password} placeholder="Password" />
|
||||
<button class="btn btn-primary" on:click={signUpNewUser}>Sign Up</button>
|
||||
<button class="btn btn-secondary" on:click={signUpNewUser}>Sign Up</button>
|
||||
|
||||
@@ -58,3 +58,5 @@
|
||||
<PokemonSprite pokedexNumber={666} form={''} />
|
||||
<PokemonSprite pokedexNumber={'003'} form={''} />
|
||||
</div>
|
||||
|
||||
<div class="bg-blue-500 text-white p-4">This is a component styled with Tailwind CSS</div>
|
||||
|
||||
Reference in New Issue
Block a user