File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ pub fn SloganButton() -> impl IntoView {
42
42
43
43
view ! {
44
44
<div
45
- class="flex select-none items-center justify-center lg:justify-start group"
45
+ class="flex select-none items-center justify-center lg:justify-start group text-white max-w-lg "
46
46
on: click=click_handler
47
47
>
48
- <button class="bg-orange-300 dark:bg-transparent border-4 border-orange-400 group-hover:border-orange-500 flex justify-center items-center rounded-full w-12 h-12 text-xl relative z-10" >
48
+ <button class="bg-orange-200 dark:bg-black/30 border-4 border-orange-400 group-hover:border-orange-500 dark:group-hover:bg-black/60 flex justify-center items-center rounded-full w-12 h-12 text-xl relative z-10" >
49
49
<span class="motion-safe:animate-spin" >"🎲" </span>
50
50
</button>
51
- <p class="font-work-sans font-light lg:text-left bg-orange-400 dark:bg-transparent h-12 pr-4 pl-10 flex items-center -ml-6 flex-1 rounded-r-full group-hover:bg-orange-500 dark:group-hover:bg-transparent max-w-lg" >
51
+ <p class="font-work-sans font-light lg:text-left bg-orange-400 dark:bg-black/30 border-y-4 border-r-4 border-orange-400 h-12 pr-4 pl-10 flex items-center -ml-6 flex-1 rounded-r-full group-hover:bg-orange-500 dark:group-hover:bg-white/5 max-w-lg" >
52
52
{ slogan}
53
53
</p>
54
54
</div>
You can’t perform that action at this time.
0 commit comments