Skip to content

Commit 4058f1a

Browse files
committed
tweak ad title style
1 parent 3924d34 commit 4058f1a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cli/src/components/choice-ad-banner.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export const ChoiceAdBanner: React.FC<ChoiceAdBannerProps> = ({ ads, onImpressio
155155
attributes:
156156
label.variant === 'domain'
157157
? TextAttributes.UNDERLINE
158-
: TextAttributes.DIM,
158+
: TextAttributes.BOLD,
159159
}}
160160
>
161161
{labelText}
@@ -168,6 +168,6 @@ export const ChoiceAdBanner: React.FC<ChoiceAdBannerProps> = ({ ads, onImpressio
168168

169169
</box>
170170

171-
</box>
171+
</box >
172172
)
173173
}

0 commit comments

Comments
 (0)