diff --git a/src/components/Button/Button.module.css b/src/components/Button/Button.module.css index 1097c35e..18f74761 100644 --- a/src/components/Button/Button.module.css +++ b/src/components/Button/Button.module.css @@ -20,6 +20,7 @@ limitations under the License. appearance: none; display: flex; align-items: center; + justify-content: center; gap: var(--cpd-space-2x); }