1
0
mirror of https://github.com/algora-io/tv.git synced 2024-11-16 00:58:59 +02:00

update font size

This commit is contained in:
zafer 2024-05-20 16:22:03 +03:00
parent 04703fccf3
commit e673971509

View File

@ -47,7 +47,7 @@ defmodule AlgoraWeb.SettingsLive do
<ul :if={length(@destinations) > 0} class="space-y-2">
<%= for destination <- @destinations do %>
<li class="w-full py-2 px-3 border border-gray-600 bg-gray-950 rounded-md shadow-sm focus:outline-none focus:ring-gray-900 focus:border-gray-900 flex items-center justify-between">
<span><%= destination.rtmp_url %></span>
<span class="text-sm"><%= destination.rtmp_url %></span>
<label class="inline-flex items-center cursor-pointer">
<span class="mr-3 text-sm font-medium text-gray-900 dark:text-gray-300">
<%= if destination.active do %>