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:
@@ -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>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user