fix(chat): make send button circular
This commit is contained in:
@@ -2,10 +2,11 @@
|
||||
|
||||
.button {
|
||||
flex: 0 0 auto;
|
||||
width: 48px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
aspect-ratio: 1 / 1;
|
||||
border: 0;
|
||||
border-radius: 9999px;
|
||||
border-radius: 50%;
|
||||
background: var(--color-button-gradient-end, #fc69df);
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user