Skip to content

Commit 2461121

Browse files
committed
refac
1 parent e6fe3ba commit 2461121

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/components/chat/Controls/Controls.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<div class=" dark:text-white">
2121
<div class=" flex items-center justify-between dark:text-gray-100 mb-2">
22-
<div class=" text-lg font-medium self-center font-primary">{$i18n.t('Chat Controls')}</div>
22+
<div class=" text-md self-center font-primary">{$i18n.t('Controls')}</div>
2323
<button
2424
class="self-center"
2525
aria-label={$i18n.t('Close chat controls')}

src/lib/components/common/Collapsible.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
}}
7373
>
7474
<div
75-
class=" w-full font-medium flex items-center justify-between gap-2 {attributes?.done &&
75+
class=" w-full flex items-center justify-between gap-2 {attributes?.done &&
7676
attributes?.done !== 'true'
7777
? 'shimmer'
7878
: ''}

0 commit comments

Comments
 (0)