mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
fix(portal): Make Conditions label color match other labels (#5389)
Very minor thing I noticed today.
This commit is contained in:
@@ -234,7 +234,7 @@ defmodule Web.Policies.Components do
|
||||
~H"""
|
||||
<fieldset class="flex flex-col gap-2 mt-4">
|
||||
<div class="flex items-center justify-between">
|
||||
<legend class="text-xl mb-2">Conditions</legend>
|
||||
<legend class="text-xl mb-2 text-neutral-900">Conditions</legend>
|
||||
<%= if @policy_conditions_enabled? == false do %>
|
||||
<.link navigate={~p"/#{@account}/settings/billing"} class="text-sm text-primary-500">
|
||||
<.badge type="primary" title="Feature available on a higher pricing plan">
|
||||
|
||||
Reference in New Issue
Block a user