1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-29 09:40:10 +02:00

ui a11y improvements

This commit is contained in:
Kushagra Gour
2019-03-02 20:01:08 +05:30
parent b38331de75
commit 38efcf38c1
2 changed files with 8 additions and 12 deletions

View File

@@ -241,7 +241,7 @@ export class SidePane extends Component {
<div class="flex flex-v-center">
<button
type="button"
class="btn--dark"
class="btn btn--dark"
onClick={this.addFileButtonClickHandler.bind(this)}
>
<svg
@@ -253,7 +253,7 @@ export class SidePane extends Component {
</button>
<button
type="button"
class="btn--dark"
class="btn btn--dark"
onClick={this.addFolderButtonClickHandler.bind(this)}
>
<svg