app/components/chat.module.css [30:38]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.button {
  padding: 8px 24px;
  background-color: #000;
  color: white;
  border: none;
  font-size: 1em;
  border-radius: 60px; /* Removed duplicate border-radius property */
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



app/components/warnings.module.css [24:32]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.button {
  padding: 8px 24px;
  background-color: #000;
  color: white;
  border: none;
  font-size: 1em;
  border-radius: 60px;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



