1
0
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:
Kushagra Gour
2018-07-09 23:23:08 +05:30
parent 0f3f7e6a6f
commit 66cf5ef0eb
4 changed files with 89 additions and 69 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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}