chore: fix AddToHomescreen.tsx (#11888)
* Update AddToHomescreen.tsx * fixed text10-12-chore_upgrades_next_to_13.5.4^2
parent
dbe387890f
commit
6238c625ae
|
@ -20,7 +20,7 @@ export default function AddToHomescreen() {
|
||||||
<div className="flex w-0 flex-1 items-center">
|
<div className="flex w-0 flex-1 items-center">
|
||||||
<span className="bg-brand text-brandcontrast dark:bg-darkmodebrand dark:text-darkmodebrandcontrast flex rounded-lg bg-opacity-30 p-2">
|
<span className="bg-brand text-brandcontrast dark:bg-darkmodebrand dark:text-darkmodebrandcontrast flex rounded-lg bg-opacity-30 p-2">
|
||||||
<svg
|
<svg
|
||||||
className="h-7 w-7 fill-current text-indigo-500"
|
className="h-7 w-7 fill-current text-[#5B93F9]"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
viewBox="0 0 50 50"
|
viewBox="0 0 50 50"
|
||||||
enableBackground="new 0 0 50 50">
|
enableBackground="new 0 0 50 50">
|
||||||
|
@ -29,7 +29,7 @@ export default function AddToHomescreen() {
|
||||||
<path d="M35 40H15c-1.7 0-3-1.3-3-3V19c0-1.7 1.3-3 3-3h7v2h-7c-.6 0-1 .4-1 1v18c0 .6.4 1 1 1h20c.6 0 1-.4 1-1V19c0-.6-.4-1-1-1h-7v-2h7c1.7 0 3 1.3 3 3v18c0 1.7-1.3 3-3 3z" />
|
<path d="M35 40H15c-1.7 0-3-1.3-3-3V19c0-1.7 1.3-3 3-3h7v2h-7c-.6 0-1 .4-1 1v18c0 .6.4 1 1 1h20c.6 0 1-.4 1-1V19c0-.6-.4-1-1-1h-7v-2h7c1.7 0 3 1.3 3 3v18c0 1.7-1.3 3-3 3z" />
|
||||||
</svg>
|
</svg>
|
||||||
</span>
|
</span>
|
||||||
<p className="text-inverted ms-3 text-xs font-medium">
|
<p className="text-inverted ms-3 text-xs font-medium dark:text-white">
|
||||||
<span className="inline">{t("add_to_homescreen")}</span>
|
<span className="inline">{t("add_to_homescreen")}</span>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -40,7 +40,7 @@ export default function AddToHomescreen() {
|
||||||
type="button"
|
type="button"
|
||||||
className="-mr-1 flex rounded-md p-2 hover:bg-gray-800 focus:outline-none focus:ring-2 focus:ring-white">
|
className="-mr-1 flex rounded-md p-2 hover:bg-gray-800 focus:outline-none focus:ring-2 focus:ring-white">
|
||||||
<span className="sr-only">{t("dismiss")}</span>
|
<span className="sr-only">{t("dismiss")}</span>
|
||||||
<X className="text-inverted h-6 w-6" aria-hidden="true" />
|
<X className="text-inverted h-6 w-6 dark:text-white" aria-hidden="true" />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue