style: "Zu Marker zoomen" remove hover Button , only littwin-blue
This commit is contained in:
@@ -23,10 +23,7 @@ const CoordinateInput = ({ onCoordinatesSubmit }) => {
|
||||
onChange={e => setCoordinates(e.target.value)}
|
||||
className="border p-2 rounded w-full mb-2"
|
||||
/>
|
||||
<button
|
||||
type="submit"
|
||||
className="bg-littwin-blue text-white p-2 rounded w-full hover:bg-blue-600"
|
||||
>
|
||||
<button type="submit" className="bg-littwin-blue text-white p-2 rounded w-full ">
|
||||
Zu Marker zoomen
|
||||
</button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user