update button styles

This commit is contained in:
Sean Yesmunt 2020-05-04 10:57:47 -04:00
parent db94e38911
commit 1b830f74a1
3 changed files with 7 additions and 8 deletions
package.json
ui/page/fileListPublished
yarn.lock

View file

@ -69,7 +69,7 @@
"@babel/register": "^7.0.0", "@babel/register": "^7.0.0",
"@exponent/electron-cookies": "^2.0.0", "@exponent/electron-cookies": "^2.0.0",
"@hot-loader/react-dom": "^16.8", "@hot-loader/react-dom": "^16.8",
"@lbry/components": "^4.1.3", "@lbry/components": "^4.1.4",
"@reach/menu-button": "0.7.4", "@reach/menu-button": "0.7.4",
"@reach/rect": "^0.2.1", "@reach/rect": "^0.2.1",
"@reach/tabs": "^0.1.5", "@reach/tabs": "^0.1.5",

View file

@ -60,13 +60,12 @@ function FileListPublished(props: Props) {
title={__('Publishes')} title={__('Publishes')}
titleActions={ titleActions={
<div className="card__actions--inline"> <div className="card__actions--inline">
<Button button="alt" label={__('New Publish')} navigate="/$/publish" onClick={() => clearPublish()} />
<Button <Button
button="secondary" button="alt"
label={__('Refresh')} label={__('Refresh')}
onClick={() => fetchClaimListMine(params.page, params.page_size)} onClick={() => fetchClaimListMine(params.page, params.page_size)}
/> />
<Button button="secondary" label={__('New Publish')} navigate="/$/publish" onClick={() => clearPublish()} />
</div> </div>
} }
isBodyList isBodyList

View file

@ -826,10 +826,10 @@
prop-types "^15.6.2" prop-types "^15.6.2"
scheduler "^0.18.0" scheduler "^0.18.0"
"@lbry/components@^4.1.3": "@lbry/components@^4.1.4":
version "4.1.3" version "4.1.4"
resolved "https://registry.yarnpkg.com/@lbry/components/-/components-4.1.3.tgz#ff637a3017f8fb5bd3fa9ea27ba760a08e77ae5d" resolved "https://registry.yarnpkg.com/@lbry/components/-/components-4.1.4.tgz#f7475efee7b3d2e3e21b3b42c19afc9ffbf582af"
integrity sha512-VQlruDidsk4gpcN14XjfVx5TeD4ajrF2kk4sJQinPFuFrM5P6kdyzbd9FvksPLss8rujnGCgnjvBj4F14KEOOg== integrity sha512-U73izMtpU1SU89qP4sTqMU6LDCBNsivoS1Gd0jmuuDzMn3oq4Yj7kusD00iIwFzx27NTjVwdpTJGIBCAx09HwQ==
"@mapbox/hast-util-table-cell-style@^0.1.3": "@mapbox/hast-util-table-cell-style@^0.1.3":
version "0.1.3" version "0.1.3"