Update color_button.dart

pull/1347/head
rithfale 2 years ago committed by GitHub
parent 9f1e3b1113
commit c87d4355da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/src/widgets/toolbar/color_button.dart

@ -161,7 +161,7 @@ class _ColorButtonState extends State<ColorButton> {
context: context,
builder: (context) => StatefulBuilder(builder: (context, dlgSetState) {
return AlertDialog(
title: Text('Select Color'.i18n),
title: Text('색상 선택'.i18n),
actions: [
TextButton(
onPressed: () {

Loading…
Cancel
Save