Skip to content

Commit

Permalink
取色器组件
Browse files Browse the repository at this point in the history
  • Loading branch information
zetaloop committed Sep 4, 2024
1 parent ccb70af commit dffeaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/windows/settings/widgets/color_picker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class _ColorPickerState extends State<ColorPicker> {
Row(
children: [
Text(
widget.title ?? "Color Picker",
widget.title ?? "取色器",
style: context.textTheme.titleSmall?.copyWith(
color: context.colorScheme.tertiary,
),
Expand Down

0 comments on commit dffeaf1

Please sign in to comment.