diff --git a/src/components/Button.scss b/src/components/Button.scss index 121eb35..ec94ad8 100644 --- a/src/components/Button.scss +++ b/src/components/Button.scss @@ -30,6 +30,10 @@ limitations under the License. font-size: 15px; font-weight: 500; + display: inline-flex; + justify-content: center; + align-items: center; + &:hover { cursor: pointer; }