update button styles
This commit is contained in:
parent
db94e38911
commit
1b830f74a1
3 changed files with 7 additions and 8 deletions
|
@ -69,7 +69,7 @@
|
|||
"@babel/register": "^7.0.0",
|
||||
"@exponent/electron-cookies": "^2.0.0",
|
||||
"@hot-loader/react-dom": "^16.8",
|
||||
"@lbry/components": "^4.1.3",
|
||||
"@lbry/components": "^4.1.4",
|
||||
"@reach/menu-button": "0.7.4",
|
||||
"@reach/rect": "^0.2.1",
|
||||
"@reach/tabs": "^0.1.5",
|
||||
|
|
|
@ -60,13 +60,12 @@ function FileListPublished(props: Props) {
|
|||
title={__('Publishes')}
|
||||
titleActions={
|
||||
<div className="card__actions--inline">
|
||||
<Button button="alt" label={__('New Publish')} navigate="/$/publish" onClick={() => clearPublish()} />
|
||||
|
||||
<Button
|
||||
button="secondary"
|
||||
button="alt"
|
||||
label={__('Refresh')}
|
||||
onClick={() => fetchClaimListMine(params.page, params.page_size)}
|
||||
/>
|
||||
<Button button="secondary" label={__('New Publish')} navigate="/$/publish" onClick={() => clearPublish()} />
|
||||
</div>
|
||||
}
|
||||
isBodyList
|
||||
|
|
|
@ -826,10 +826,10 @@
|
|||
prop-types "^15.6.2"
|
||||
scheduler "^0.18.0"
|
||||
|
||||
"@lbry/components@^4.1.3":
|
||||
version "4.1.3"
|
||||
resolved "https://registry.yarnpkg.com/@lbry/components/-/components-4.1.3.tgz#ff637a3017f8fb5bd3fa9ea27ba760a08e77ae5d"
|
||||
integrity sha512-VQlruDidsk4gpcN14XjfVx5TeD4ajrF2kk4sJQinPFuFrM5P6kdyzbd9FvksPLss8rujnGCgnjvBj4F14KEOOg==
|
||||
"@lbry/components@^4.1.4":
|
||||
version "4.1.4"
|
||||
resolved "https://registry.yarnpkg.com/@lbry/components/-/components-4.1.4.tgz#f7475efee7b3d2e3e21b3b42c19afc9ffbf582af"
|
||||
integrity sha512-U73izMtpU1SU89qP4sTqMU6LDCBNsivoS1Gd0jmuuDzMn3oq4Yj7kusD00iIwFzx27NTjVwdpTJGIBCAx09HwQ==
|
||||
|
||||
"@mapbox/hast-util-table-cell-style@^0.1.3":
|
||||
version "0.1.3"
|
||||
|
|
Loading…
Reference in a new issue