Skip to content

Commit

Permalink
Refresh button to use theme colors
Browse files Browse the repository at this point in the history
  • Loading branch information
amaximus committed Nov 25, 2024
1 parent 25073fd commit 031835c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bkk-stop-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,12 @@ class BKKStopCard extends HTMLElement {
display: inline-block;
margin-left: auto;
margin-right: 20px;
margin-top: -5px;
float: right;
background-color: #e0e0e0;
padding: 4px;
border-radius: 20%;
color: var(--paper-item-icon-color);
`;
content.innerHTML = `
<p id='station'>
Expand Down

0 comments on commit 031835c

Please sign in to comment.