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);
|
border-radius: var(--border-radius);
|
||||||
transition: 0.2s ease-out;
|
transition: 0.2s ease-out;
|
||||||
color: var(--brand-white);
|
color: var(--brand-white);
|
||||||
background: var(--brand-pink);
|
background: var(--brand-grey-light);
|
||||||
box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.3);
|
box-shadow: 0 9px 18px 0 rgba(0, 0, 0, 0.1);
|
||||||
user-select: none;
|
user-select: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@ -26,6 +26,7 @@ export default function FileInput({
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
|
style="primary"
|
||||||
size="small"
|
size="small"
|
||||||
onClick={(e: React.SyntheticEvent) => handleButtonClick(e, field.value)}
|
onClick={(e: React.SyntheticEvent) => handleButtonClick(e, field.value)}
|
||||||
disabled={
|
disabled={
|
||||||
|
Loading…
Reference in New Issue
Block a user