Plantnet-detection: finishing touches

This commit is contained in:
Pieter Vander Vennet 2022-08-24 01:08:54 +02:00
parent d713e00671
commit 03dad39949
4 changed files with 8 additions and 7 deletions

View file

@ -1343,7 +1343,7 @@ export default class SpecialVisualizations {
return new Combine([
toggle,
new Combine([Svg.plantnet_logo_svg().SetClass("w-8"),
new Combine([Svg.plantnet_logo_svg().SetClass("w-10 h-10 p-1 mr-1 bg-white rounded-full"),
Translations.t.plantDetection.poweredByPlantnet])
.SetClass("flex p-2 bg-gray-200 rounded-xl self-end")
]).SetClass("flex flex-col")