mirror of
https://github.com/pommee/goaway.git
synced 2026-01-11 08:31:00 -06:00
ui: outline variant for toggle section in settings
This commit is contained in:
@@ -33,6 +33,7 @@ export function LoggingSection({
|
||||
action={
|
||||
<ToggleGroup
|
||||
type="single"
|
||||
variant="outline"
|
||||
value={currentLogLevel || "info"}
|
||||
onValueChange={(value) => {
|
||||
if (value && onLogLevelChange) {
|
||||
@@ -54,6 +55,7 @@ export function LoggingSection({
|
||||
action={
|
||||
<ToggleGroup
|
||||
type="single"
|
||||
variant="outline"
|
||||
value={String(statisticsRetention || 7)}
|
||||
onValueChange={(value) => {
|
||||
if (value && onStatisticsRetentionChange) {
|
||||
|
||||
Reference in New Issue
Block a user