Skip to content

Commit

Permalink
updated snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mountler committed Dec 2, 2024
1 parent a9ca49b commit cd3b049
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

exports[`LearningWorldMenuButton LearningWorldMenuButton Tailwind Styling contains grey backgroundColor if not logged in 1`] = `"relative !px-0 !py-0 flex-col !w-full !h-full col-span-3 col-start-6 bg-cover undefined justify-center box-border text-adlerdeactivatedtext bg-adlerbuttonlocked flex items-center text-sm rounded-lg lg:text-xl font-regular overflow-hidden grayscale"`;

exports[`LearningWorldMenuButton LearningWorldMenuButton Tailwind Styling contains normal backgroundColor if logged in 1`] = `"relative !px-0 !py-0 flex-col !w-full !h-full col-span-3 col-start-6 bg-cover undefined justify-center flex items-center text-sm rounded-lg hover:cursor-pointer lg:text-xl transition ease-in-out duration-75 active:translate-x-[1px] active:translate-y-[1px] active:border-b-2 active:border-r-2 active:border-transparent text-adlerdarkblue font-regular border-b-2 border-r-2 border-adlerdarkblue overflow-hidden box-border cursor-pointer bg-buttonbgblue landscape:hover:bg-adleryellow active:bg-adleryellow"`;
exports[`LearningWorldMenuButton LearningWorldMenuButton Tailwind Styling contains normal backgroundColor if logged in 1`] = `"relative !px-0 !py-0 flex-col !w-full !h-full col-span-3 col-start-6 bg-cover undefined justify-center flex items-center text-sm rounded-lg hover:cursor-pointer lg:text-xl transition ease-in-out duration-75 active:translate-x-[1px] active:translate-y-[1px] active:border-b-2 active:border-r-2 active:border-transparent text-adlerdarkblue font-regular border-b-2 border-r-2 border-adlerdarkblue overflow-hidden box-border cursor-pointer bg-buttonbgblue"`;

0 comments on commit cd3b049

Please sign in to comment.