mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-03 02:35:52 +03:00
Merge pull request #2436 from urbit/mp/os1/publish/dark-posting
publish: make 'edit post' button transparent
This commit is contained in:
commit
b5535f2766
@ -98,7 +98,7 @@ export class EditPost extends Component {
|
||||
popout={props.popout}
|
||||
/>
|
||||
<button
|
||||
className="v-mid w-100 mw6 tl h1 pl4"
|
||||
className="v-mid bg-transparent w-100 mw6 tl h1 pl4"
|
||||
disabled={!state.submit}
|
||||
style={submitStyle}
|
||||
onClick={this.postSubmit}>
|
||||
|
Loading…
Reference in New Issue
Block a user