Skip to content

Commit

Permalink
(#1) fix kewyboas
Browse files Browse the repository at this point in the history
  • Loading branch information
luanbatistadev committed Oct 16, 2021
1 parent 1cd9877 commit 00444a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions shinoa/lib/view/keyboard.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ class _KeyBoardState extends State<KeyBoard> {
return Padding(
padding: const EdgeInsets.all(8.0),
child: ElevatedButton(
style: ButtonStyle(
shape: MaterialStateProperty.all(
RoundedRectangleBorder(
borderRadius: BorderRadius.circular(18.0),
side: const BorderSide(color: Colors.red)),
)),
onPressed: () {
if (buttons[index] == 'C') {
clearScreenOp();
Expand Down

0 comments on commit 00444a2

Please sign in to comment.