Refactor only formatting of file

This commit is contained in:
2026-08-21 12:58:28 -07:00
parent f5f09e31fe
commit 9abcb78327
@@ -210,7 +210,10 @@ export function SettingsButton() {
borderTopLeftRadius="full" borderTopLeftRadius="full"
borderBottomLeftRadius="full" borderBottomLeftRadius="full"
// Fades the inner edge so it blends into the track // Fades the inner edge so it blends into the track
boxShadow={{ base: "10px 0 15px -5px rgba(255,255,255,0.8)", _dark: "10px 0 15px -5px rgba(30,30,30,0.9)" }} boxShadow={{
base: "10px 0 15px -5px rgba(255,255,255,0.8)",
_dark: "10px 0 15px -5px rgba(30,30,30,0.9)"
}}
color={{base: "gray.600", _dark: "gray.300"}} color={{base: "gray.600", _dark: "gray.300"}}
_hover={{color: {base: "blue.500", _dark: "blue.300"}}} _hover={{color: {base: "blue.500", _dark: "blue.300"}}}
> >
@@ -283,7 +286,10 @@ export function SettingsButton() {
backdropFilter="blur(8px)" backdropFilter="blur(8px)"
borderTopRightRadius="full" borderTopRightRadius="full"
borderBottomRightRadius="full" borderBottomRightRadius="full"
boxShadow={{ base: "-10px 0 15px -5px rgba(255,255,255,0.8)", _dark: "-10px 0 15px -5px rgba(30,30,30,0.9)" }} boxShadow={{
base: "-10px 0 15px -5px rgba(255,255,255,0.8)",
_dark: "-10px 0 15px -5px rgba(30,30,30,0.9)"
}}
color={{base: "gray.600", _dark: "gray.300"}} color={{base: "gray.600", _dark: "gray.300"}}
_hover={{color: {base: "blue.500", _dark: "blue.300"}}} _hover={{color: {base: "blue.500", _dark: "blue.300"}}}
> >
@@ -353,7 +359,8 @@ export function SettingsButton() {
))} ))}
</Tabs.Root> </Tabs.Root>
</Dialog.Body> </Dialog.Body>
<Dialog.CloseTrigger position="absolute" top={3} right={3} color={{ base: "gray.500", _dark: "whiteAlpha.800" }} _hover={{ color: "red.400" }} /> <Dialog.CloseTrigger position="absolute" top={3} right={3}
color={{base: "gray.500", _dark: "whiteAlpha.800"}} _hover={{color: "red.400"}}/>
</Dialog.Content> </Dialog.Content>
</Dialog.Positioner> </Dialog.Positioner>
</Dialog.Root> </Dialog.Root>