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

fix: change list color

This commit is contained in:
uetchy 2019-08-14 12:42:45 +09:00
parent 4519847a22
commit 158e5dde4d

View File

@ -117,7 +117,7 @@ const List = styled.div`
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
background-image: linear-gradient(180deg, #ec7951 0%, #f03054 100%);
background-image: linear-gradient(180deg, #a57bf3 0%, #4364e1 100%);
color: white;
border-radius: 4px;
font-size: 1rem;