fix(#13): Add hacky workaround for component styling

This commit is contained in:
Josh Creek
2024-04-07 15:28:15 +01:00
parent df66370e02
commit 21f8d35bb7
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -8,3 +8,4 @@ node_modules
!.env.example !.env.example
vite.config.js.timestamp-* vite.config.js.timestamp-*
vite.config.ts.timestamp-* vite.config.ts.timestamp-*
/static/output.css
+1 -1
View File
@@ -36,4 +36,4 @@
/> />
<input type="password" bind:value={password} placeholder="Password" /> <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>
+2
View File
@@ -58,3 +58,5 @@
<PokemonSprite pokedexNumber={666} form={''} /> <PokemonSprite pokedexNumber={666} form={''} />
<PokemonSprite pokedexNumber={'003'} form={''} /> <PokemonSprite pokedexNumber={'003'} form={''} />
</div> </div>
<div class="bg-blue-500 text-white p-4">This is a component styled with Tailwind CSS</div>