Skip to content

Commit

Permalink
Fix comment on theme variants
Browse files Browse the repository at this point in the history
  • Loading branch information
ubavic authored and andydotxyz committed Dec 18, 2023
1 parent 425c30e commit 14d7247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/theme.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ import (
)

const (
// VariantDark is the version of a theme that satisfies a user preference for a light look.
// VariantDark is the version of a theme that satisfies a user preference for a dark look.
//
// Since: 2.0
VariantDark fyne.ThemeVariant = 0

// VariantLight is the version of a theme that satisfies a user preference for a dark look.
// VariantLight is the version of a theme that satisfies a user preference for a light look.
//
// Since: 2.0
VariantLight fyne.ThemeVariant = 1
Expand Down

0 comments on commit 14d7247

Please sign in to comment.