subscription_settings: Improve look of create stream button.

Use the same styling used in send button of compose box.
This commit is contained in:
Aman Agrawal 2021-07-12 17:05:02 +05:30 committed by Tim Abbott
parent 1a3c719967
commit a748a2f03c
1 changed files with 1 additions and 1 deletions

View File

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