mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-03 11:57:34 +02:00
changes for a better dark theme
This commit is contained in:
@@ -62,7 +62,7 @@ export default class AddLibrary extends Component {
|
||||
<h1>Add Library</h1>
|
||||
|
||||
<div class="flex">
|
||||
<svg style="width: 30px; height: 30px;fill:#999">
|
||||
<svg style="width: 30px; height: 30px;fill:rgb(255,255,255,0.2)">
|
||||
<use xlinkHref="#search" />
|
||||
</svg>
|
||||
<LibraryAutoSuggest
|
||||
|
@@ -21,11 +21,7 @@ class JS13K extends Component {
|
||||
: 0;
|
||||
return (
|
||||
<div class="flex flex-v-center">
|
||||
<img
|
||||
src="http://js13kgames.com/img/js13kgames.png"
|
||||
alt="JS13K Games logo"
|
||||
height="24"
|
||||
/>{' '}
|
||||
<img src="js13kgames.png" alt="JS13K Games logo" height="24" />{' '}
|
||||
<div class="footer__js13k-days-left">
|
||||
{this.state.daysLeft} days to go
|
||||
</div>
|
||||
|
@@ -304,7 +304,7 @@ export default class Settings extends Component {
|
||||
class="line"
|
||||
title="This timeout is used to indentify a possible infinite loop and prevent it."
|
||||
>
|
||||
Maximum time allowed in a loop iteration
|
||||
Maximum time allowed in a loop iteration{' '}
|
||||
<input
|
||||
type="number"
|
||||
value={this.props.prefs.infiniteLoopTimeout}
|
||||
|
Reference in New Issue
Block a user