diff --git a/instances/widgets.treasury-factory.near/widget/components/VoteActions.jsx b/instances/widgets.treasury-factory.near/widget/components/VoteActions.jsx
index 3acc7d09..f1dde8a5 100644
--- a/instances/widgets.treasury-factory.near/widget/components/VoteActions.jsx
+++ b/instances/widgets.treasury-factory.near/widget/components/VoteActions.jsx
@@ -116,7 +116,6 @@ const Container = styled.div`
background: none;
border: none;
color: red;
- font-size: 24px;
}
`;
@@ -273,12 +272,12 @@ return (
props={{
ActionButton: () => (
diff --git a/instances/widgets.treasury-factory.near/widget/pages/dashboard/TransactionHistory.jsx b/instances/widgets.treasury-factory.near/widget/pages/dashboard/TransactionHistory.jsx
index dd08c948..c7526d3e 100644
--- a/instances/widgets.treasury-factory.near/widget/pages/dashboard/TransactionHistory.jsx
+++ b/instances/widgets.treasury-factory.near/widget/pages/dashboard/TransactionHistory.jsx
@@ -229,12 +229,6 @@ const Container = styled.div`
table {
overflow-x: auto;
}
-
- .show-more-btn {
- border: 1px solid var(--border-color) !important;
- text-align: center;
- background: none;
- }
`;
function formatAccount(text) {
@@ -397,13 +391,13 @@ return (
{showMoreLoading ? (
loader
) : (
-
+
{!hideViewMore && (
diff --git a/instances/widgets.treasury-factory.near/widget/pages/proposals-feed/Table.jsx b/instances/widgets.treasury-factory.near/widget/pages/proposals-feed/Table.jsx
index e5db26a3..2a8e0b79 100644
--- a/instances/widgets.treasury-factory.near/widget/pages/proposals-feed/Table.jsx
+++ b/instances/widgets.treasury-factory.near/widget/pages/proposals-feed/Table.jsx
@@ -277,7 +277,7 @@ const ProposalsComponent = () => {
src={`${REPL_DEVHUB}/widget/devhub.components.molecule.Button`}
props={{
classNames: {
- root: "btn btn-outline-secondary",
+ root: "btn btn-outline-secondary shadow-none",
},
label: "Details",
onClick: () => {
diff --git a/instances/widgets.treasury-factory.near/widget/pages/settings/feed/Table.jsx b/instances/widgets.treasury-factory.near/widget/pages/settings/feed/Table.jsx
index d8f0247b..05e1c96a 100644
--- a/instances/widgets.treasury-factory.near/widget/pages/settings/feed/Table.jsx
+++ b/instances/widgets.treasury-factory.near/widget/pages/settings/feed/Table.jsx
@@ -306,7 +306,7 @@ const ProposalsComponent = () => {
src={`${REPL_DEVHUB}/widget/devhub.components.molecule.Button`}
props={{
classNames: {
- root: "btn btn-outline-secondary",
+ root: "btn btn-outline-secondary shadow-none",
},
label: "Details",
onClick: () => {