Skip to content

Commit

Permalink
(#1) fix keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
luanbatistadev committed Oct 16, 2021
1 parent e8d5481 commit 9c03e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shinoa/lib/view/keyboard.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class _KeyBoardState extends State<KeyBoard> {
style: ButtonStyle(
shape: MaterialStateProperty.all(
RoundedRectangleBorder(
borderRadius: BorderRadius.circular(18.0),
borderRadius: BorderRadius.circular(200),
side: const BorderSide(color: Colors.red)),
)),
onPressed: () {
Expand Down

0 comments on commit 9c03e55

Please sign in to comment.