mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01: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:
parent
7c09ceca06
commit
0383186660
@ -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;
|
||||
}
|
||||
|
@ -26,6 +26,7 @@ export default function FileInput({
|
||||
/>
|
||||
|
||||
<Button
|
||||
style="primary"
|
||||
size="small"
|
||||
onClick={(e: React.SyntheticEvent) => handleButtonClick(e, field.value)}
|
||||
disabled={
|
||||
|
Loading…
Reference in New Issue
Block a user