1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

update texts by Alex request

Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
Roman 2022-01-12 12:40:33 +02:00
parent c98d4173ed
commit 8fac949d21
3 changed files with 4 additions and 9 deletions

View File

@ -79,13 +79,8 @@ export const Application = observer(() => {
<Select <Select
themeName="lens" themeName="lens"
options={[ options={[
{ label: "Match current theme", value: "" }, { label: "Match theme", value: "" },
...themeStore.themeOptions.map((option) => { ...themeStore.themeOptions,
return {
...option,
label: <span>Match theme <em>{option.label}</em></span>,
};
}),
]} ]}
value={userStore.terminalTheme} value={userStore.terminalTheme}
onChange={({ value }) => userStore.terminalTheme = value} onChange={({ value }) => userStore.terminalTheme = value}

View File

@ -1,5 +1,5 @@
{ {
"name": "Dark (Lens)", "name": "Dark",
"type": "dark", "type": "dark",
"description": "Original Lens dark theme", "description": "Original Lens dark theme",
"author": "Mirantis", "author": "Mirantis",

View File

@ -1,5 +1,5 @@
{ {
"name": "Light (Lens)", "name": "Light",
"type": "light", "type": "light",
"description": "Original Lens light theme", "description": "Original Lens light theme",
"author": "Mirantis", "author": "Mirantis",