File tree Expand file tree Collapse file tree 3 files changed +9
-19
lines changed
entrypoints/content/components/GmailTools Expand file tree Collapse file tree 3 files changed +9
-19
lines changed Original file line number Diff line number Diff line change 5
5
>
6
6
<div
7
7
ref =" selectorRef"
8
- :class =" ['flex items-center gap-1 cursor-pointer text-sm py-0 pl-2 pr-1 h-6', containerClass]"
8
+ :class =" ['flex items-center gap-1 cursor-pointer text-xs leading-4 font-medium py-0 pl-2 pr-1 h-6', containerClass]"
9
9
:disabled =" disabled"
10
10
@click =" toggleDropdown"
11
11
>
Original file line number Diff line number Diff line change 2
2
<div >
3
3
<div class =" card min-w-80 max-w-110 text-xs" >
4
4
<div class =" title flex items-center justify-between h-9 px-3" >
5
- <Text
6
- size =" small"
7
- display =" block"
8
- >
9
- <div class =" flex items-center gap-2" >
10
- <SettingsEmailIcon />
11
- {{ t('gmail_tools.cards.compose.title') }}
12
- </div >
13
- </Text >
5
+ <div class =" flex items-center gap-1 text-xs font-medium leading-4" >
6
+ <SettingsEmailIcon />
7
+ {{ t('gmail_tools.cards.compose.title') }}
8
+ </div >
14
9
<button
15
10
class =" text-[#71717A] cursor-pointer p-1 hover:bg-gray-100 rounded"
16
11
@click =" emit('close')"
Original file line number Diff line number Diff line change 2
2
<div >
3
3
<div class =" card min-w-80 max-w-110 text-xs" >
4
4
<div class =" title flex items-center justify-between h-9 px-3" >
5
- <Text
6
- size =" small"
7
- display =" block"
8
- >
9
- <div class =" flex items-center gap-2" >
10
- <ReplySuggestionIcon />
11
- {{ t('gmail_tools.cards.reply.title') }}
12
- </div >
13
- </Text >
5
+ <div class =" flex items-center gap-1 text-xs font-medium leading-4" >
6
+ <ReplySuggestionIcon />
7
+ {{ t('gmail_tools.cards.reply.title') }}
8
+ </div >
14
9
<button
15
10
class =" text-[#71717A] cursor-pointer p-1 hover:bg-gray-100 rounded"
16
11
@click =" emit('close')"
You can’t perform that action at this time.
0 commit comments