From 4fb85d7399c074f3f55c0d7758917da2f0eaa4ea Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 17 Oct 2024 11:28:47 -0500 Subject: [PATCH] Tweak it moar --- src/view/com/composer/labels/LabelsBtn.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/view/com/composer/labels/LabelsBtn.tsx b/src/view/com/composer/labels/LabelsBtn.tsx index 5158333c61..d34101f315 100644 --- a/src/view/com/composer/labels/LabelsBtn.tsx +++ b/src/view/com/composer/labels/LabelsBtn.tsx @@ -15,8 +15,10 @@ import {atoms as a, native, useTheme, web} from '#/alf' import {Button, ButtonIcon, ButtonText} from '#/components/Button' import * as Dialog from '#/components/Dialog' import * as Toggle from '#/components/forms/Toggle' +import {Check_Stroke2_Corner0_Rounded as Check} from '#/components/icons/Check' import {Shield_Stroke2_Corner0_Rounded} from '#/components/icons/Shield' import {Text} from '#/components/Typography' + export function LabelsBtn({ labels, hasMedia, @@ -69,7 +71,7 @@ export function LabelsBtn({ paddingVertical: 6, }), ]}> - + {labels.length > 0 ? ( Labels added @@ -125,7 +127,8 @@ function DialogInner({ ) : ( - There are no self-labels that can be applied to this post. + No self-labels can be applied to this post because it contains + no media. )}