Commit 9895f9a7 by Takatoshi Miura

ネームカードの通話ボタンを緑色に戻す

parent 20ab706f
...@@ -36,10 +36,10 @@ ...@@ -36,10 +36,10 @@
</div> </div>
</button> </button>
{{/isFavorite}} {{/isFavorite}}
<button type="button" class="border-0 bg_gray"> <button type="button" class="border-0 bg_green">
<div class="d-flex flex-column"> <div class="d-flex flex-column">
<div class="img_wrap"> <div class="img_wrap">
<img src="icon/icon_profile_phone.png" alt="通話" onclick="alert(getLocalizedString('notify_not_released'));"> <img src="icon/icon_profile_phone.png" alt="通話">
</div> </div>
<span>通話</span> <span>通話</span>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment