Skip to content

Commit

Permalink
fix(riot-ui): upgrade tag history
Browse files Browse the repository at this point in the history
  • Loading branch information
Joxit committed Dec 7, 2022
1 parent dd251b5 commit f779f43
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions src/components/tag-history/tag-history.riot
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<material-card>
<div class="material-card-title-action">
<material-button
color="rgba(0,0,0,0)"
text-color="#777"
color="#777"
waves-center="true"
rounded="true"
waves-color="#ddd"
href="{ toTaglist() }"
inverted
icon
>
<i class="material-icons">arrow_back</i>
Expand All @@ -37,9 +37,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

<material-tabs
if="{ state.archs && state.loadend }"
color="#25313b"
text-color="#fff"
useLine="{ true }"
tabs="{ state.archs }"
onTabChanged="{ onTabChanged }"
inverted
></material-tabs>

<material-card each="{ element in state.elements }">
Expand Down
4 changes: 2 additions & 2 deletions src/components/tag-list/tag-list.riot
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<material-card class="header">
<div class="material-card-title-action">
<material-button
color="#fff"
text-color="#777"
color="#777"
waves-color="#ddd"
waves-center="true"
href="{ router.home() }"
icon
inverted
>
<i class="material-icons">arrow_back</i>
</material-button>
Expand Down

0 comments on commit f779f43

Please sign in to comment.