.button-component {
  width: 100%;
  min-height: 35px;
  border: none;
  background-color: #236bb0;
  border-radius: 2.5px;
  color: white;
}

.slide-page .button-component {
  width: 100%;
}

.message-row.grid .button-component {
  width: 100%;
}