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:
@@ -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
|
||||
|
Reference in New Issue
Block a user