mirror of https://github.com/zulip/zulip.git
subscription_settings: Improve look of create stream button.
Use the same styling used in send button of compose box.
This commit is contained in:
parent
1a3c719967
commit
a748a2f03c
|
@ -33,7 +33,7 @@
|
|||
</div>
|
||||
<div class="nothing-selected">
|
||||
{{#if can_create_streams}}
|
||||
<button type="button" class="create_stream_button button small rounded sea-green">{{t 'Create stream' }}</button>
|
||||
<button type="button" class="create_stream_button animated-purple-button">{{t 'Create stream' }}</button>
|
||||
<span>
|
||||
{{#tr}}
|
||||
First time? Read our <z-link>guidelines</z-link> for creating and naming streams.
|
||||
|
|
Loading…
Reference in New Issue