mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): rename auto value label
This commit is contained in:
@@ -7,7 +7,7 @@ exports[`<ThemeConfiguration /> matches snapshot with default values 1`] = `
|
||||
<div class=\\"react-select__control css-r5n82u-control\\">
|
||||
<div class=\\"react-select__value-container react-select__value-container--has-value css-ct477o\\">
|
||||
<div class=\\"react-select__single-value css-1wh03ml-singleValue\\">
|
||||
Automatic theme, follow browser preferences
|
||||
Automatic theme, follow browser preference
|
||||
</div>
|
||||
<div class=\\"css-b8ldur-Input\\">
|
||||
<div class=\\"react-select__input\\"
|
||||
|
||||
@@ -155,7 +155,7 @@ exports[`<Configuration /> matches snapshot 1`] = `
|
||||
<div class=\\"react-select__control css-r5n82u-control\\">
|
||||
<div class=\\"react-select__value-container react-select__value-container--has-value css-ct477o\\">
|
||||
<div class=\\"react-select__single-value css-1wh03ml-singleValue\\">
|
||||
Automatic theme, follow browser preferences
|
||||
Automatic theme, follow browser preference
|
||||
</div>
|
||||
<div class=\\"css-b8ldur-Input\\">
|
||||
<div class=\\"react-select__input\\"
|
||||
|
||||
@@ -174,7 +174,7 @@ exports[`<MainModalContent /> matches snapshot 1`] = `
|
||||
<div class=\\"react-select__control css-r5n82u-control\\">
|
||||
<div class=\\"react-select__value-container react-select__value-container--has-value css-ct477o\\">
|
||||
<div class=\\"react-select__single-value css-1wh03ml-singleValue\\">
|
||||
Automatic theme, follow browser preferences
|
||||
Automatic theme, follow browser preference
|
||||
</div>
|
||||
<div class=\\"css-b8ldur-Input\\">
|
||||
<div class=\\"react-select__input\\"
|
||||
|
||||
@@ -113,7 +113,7 @@ class FilterBarConfig {
|
||||
class ThemeConfig {
|
||||
options = Object.freeze({
|
||||
auto: {
|
||||
label: "Automatic theme, follow browser preferences",
|
||||
label: "Automatic theme, follow browser preference",
|
||||
value: "auto"
|
||||
},
|
||||
light: { label: "Light theme", value: "light" },
|
||||
|
||||
Reference in New Issue
Block a user