witching to UIKit 3
This commit is contained in:
@ -56,7 +56,7 @@ export class Footer extends Component<{}, { synced: boolean, syncing: boolean }>
|
||||
text = "not synced";
|
||||
}
|
||||
}
|
||||
return <footer>
|
||||
return <footer class="uk-background-default def-shadow">
|
||||
<span>
|
||||
<span class={extrac} ><a onClick={() => this.onSyncClick()} ><Refresh style="height: 1em; width: 1em;"></Refresh></a></span>
|
||||
<span style={"margin-left: 8px; color:" + color}>{text}</span>
|
||||
|
Reference in New Issue
Block a user