Plus Icon Maß verkleinern, Card oben rechts und links in dropdown semibold für checkbox kein bold.

Unten links TALAS.Map semibold, Version kein bold
This commit is contained in:
ISA
2024-05-14 08:41:57 +02:00
parent 70a9cbde53
commit ab31f85b6b
68 changed files with 1410 additions and 87107 deletions

View File

@@ -108,7 +108,7 @@ function DataSheet() {
<select
onChange={handleAreaChange} // Verwenden der neuen handleAreaChange Funktion
id="stationListing"
className="border-solid-1 p-2 rounded ml-1"
className="border-solid-1 p-2 rounded ml-1 font-semibold"
>
<option>Station wählen</option>
{stationListing.map((station) => (
@@ -132,7 +132,7 @@ function DataSheet() {
checked={mapLayersVisibility[system.name] || false}
onChange={(e) => handleCheckboxChange(system.name, e)}
/>
<label className="text-sm font-bold ml-2">{system.name}</label>
<label className="text-sm ml-2">{system.name}</label>
<br />
</React.Fragment>
))}