1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-07-01 06:11:43 +02:00

chaning pink buttons back to grey (#507)

* chaning pink buttons back to grey

* pull from origin main

* using grey-light for button styling

* adding primary style to 'Add File' button
This commit is contained in:
Jamie Hewitt 2021-04-14 15:10:03 +03:00 committed by GitHub
parent 7c09ceca06
commit 0383186660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -13,8 +13,8 @@
border-radius: var(--border-radius);
transition: 0.2s ease-out;
color: var(--brand-white);
background: var(--brand-pink);
box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.3);
background: var(--brand-grey-light);
box-shadow: 0 9px 18px 0 rgba(0, 0, 0, 0.1);
user-select: none;
text-align: center;
}

View File

@ -26,6 +26,7 @@ export default function FileInput({
/>
<Button
style="primary"
size="small"
onClick={(e: React.SyntheticEvent) => handleButtonClick(e, field.value)}
disabled={