diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-11 20:17:25 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-11 20:17:25 +0900 |
| commit | e3502d9e649fe61bb0ba4046b2c23c0d78bc92e9 (patch) | |
| tree | 47ea1be5c59572d50f6638066c402b81eef4925a /frontend/app/components/NavigateLink.tsx | |
| parent | 8178c51b249bb01a2232ff2ffa82b2471b50390d (diff) | |
| download | phperkaigi-2025-albatross-e3502d9e649fe61bb0ba4046b2c23c0d78bc92e9.tar.gz phperkaigi-2025-albatross-e3502d9e649fe61bb0ba4046b2c23c0d78bc92e9.tar.zst phperkaigi-2025-albatross-e3502d9e649fe61bb0ba4046b2c23c0d78bc92e9.zip | |
feat(frontend): tweak dashboard style
Diffstat (limited to 'frontend/app/components/NavigateLink.tsx')
| -rw-r--r-- | frontend/app/components/NavigateLink.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/components/NavigateLink.tsx b/frontend/app/components/NavigateLink.tsx index a94d774..b749cea 100644 --- a/frontend/app/components/NavigateLink.tsx +++ b/frontend/app/components/NavigateLink.tsx @@ -4,7 +4,7 @@ export default function NavigateLink(props: LinkProps) { return ( <Link {...props} - className="text-lg text-white bg-pink-600 px-4 py-2 rounded transition duration-300 hover:bg-pink-500" + className="text-lg text-white bg-pink-600 px-4 py-2 rounded transition duration-300 hover:bg-pink-500 focus:ring focus:ring-pink-400 focus:outline-none" /> ); } |
