File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/templates/starter-base/components Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ export function ThemeToggle() {
16
16
return (
17
17
< Pressable
18
18
onPress = { toggleColorScheme }
19
- className = 'web:ring-offset-background web:transition-colors web:focus-visible:outline-none web:focus-visible:ring-2 web:focus-visible:ring-ring web:focus-visible:ring-offset-2'
19
+ className = 'web:ring-offset-background web:transition-colors web:focus-visible:outline-none web:focus-visible:ring-2 web:focus-visible:ring-ring web:focus-visible:ring-offset-2 active:opacity-70 '
20
20
>
21
- < View className = 'flex-1 aspect-square pt-0.5 justify-center items-start web:px-5 active:opacity-70 ' >
21
+ < View className = 'flex-1 aspect-square pt-0.5 justify-center items-start web:px-5' >
22
22
{ isDarkColorScheme ? (
23
23
< MoonStar className = 'text-foreground' size = { 23 } strokeWidth = { 1.25 } />
24
24
) : (
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ export function ThemeToggle() {
16
16
return (
17
17
< Pressable
18
18
onPress = { toggleColorScheme }
19
- className = 'web:ring-offset-background web:transition-colors web:focus-visible:outline-none web:focus-visible:ring-2 web:focus-visible:ring-ring web:focus-visible:ring-offset-2'
19
+ className = 'web:ring-offset-background web:transition-colors web:focus-visible:outline-none web:focus-visible:ring-2 web:focus-visible:ring-ring web:focus-visible:ring-offset-2 active:opacity-70 '
20
20
>
21
- < View className = 'flex-1 aspect-square pt-0.5 justify-center items-start web:px-5 active:opacity-70 ' >
21
+ < View className = 'flex-1 aspect-square pt-0.5 justify-center items-start web:px-5' >
22
22
{ isDarkColorScheme ? (
23
23
< MoonStar className = 'text-foreground' size = { 23 } strokeWidth = { 1.25 } />
24
24
) : (
You can’t perform that action at this time.
0 commit comments