Desing: 구글 버튼 디자인 변경

This commit is contained in:
정현조 2024-10-08 08:51:37 +09:00
parent 48193743b6
commit f0d1603175
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -1,5 +1,5 @@
import { Link } from 'react-router-dom';
import GoogleLogo from '@/assets/icons/web_neutral_rd_ctn@1x.png';
import GoogleLogo from '@/assets/icons/web_light_rd_ctn@1x.png';
import useAuthStore from '@/stores/useAuthStore';
import { Button } from '@/components/ui/button';