1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 04:30:31 +09:00

chore: fix background color

This commit is contained in:
uetchy 2022-06-04 17:23:59 +09:00
parent 8cc280fe66
commit 218ee2889b

View File

@ -251,7 +251,7 @@ const ListButton = styled.div`
&:hover { &:hover {
color: white; color: white;
background: black; background: #632bec;
} }
} }
`; `;