From 0ee8657225ec12cd7e7dd4048169ed4252b3b466 Mon Sep 17 00:00:00 2001 From: TeChn4K Date: Sat, 12 Oct 2019 18:49:26 +0200 Subject: [PATCH] Fix default Button text align --- src/components/Controls/Button.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Controls/Button.js b/src/components/Controls/Button.js index 6a74934..67fe795 100644 --- a/src/components/Controls/Button.js +++ b/src/components/Controls/Button.js @@ -14,7 +14,6 @@ const StyledButton = styled.button` color: #333; font-size: 18px; - text-align: left; vertical-align: middle; background-color: #fff;