Erweiterung eines Kontainers um eine spezifische Farbe
This commit is contained in:
parent
6d63f532a8
commit
1aa9377385
|
|
@ -55,7 +55,7 @@ function App() {
|
||||||
</select>
|
</select>
|
||||||
<Dynamic component={options[selected()]} />
|
<Dynamic component={options[selected()]} />
|
||||||
<FooComponent text="props test"/>
|
<FooComponent text="props test"/>
|
||||||
<div class="shadow-lg bg-twitter-blue text-center">
|
<div class="m-12 items-center justify-center^ flex h-screen shadow-lg bg-twitter-blue text-center">
|
||||||
red background
|
red background
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue