fix: Изменены цвета кнопок
This commit is contained in:
@@ -324,7 +324,7 @@ const Profile = () => {
|
||||
</div>
|
||||
<button type="submit">Подтвердить</button>
|
||||
</form>
|
||||
<button onClick={closeWindowUserName}>Отменить</button>
|
||||
<button className="Important-button" onClick={closeWindowUserName}>Отменить</button>
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
@@ -346,7 +346,7 @@ const Profile = () => {
|
||||
</div>
|
||||
<button type="submit">Подтвердить</button>
|
||||
</form>
|
||||
<button onClick={closeWindowName}>Отменить</button>
|
||||
<button className="Important-button" onClick={closeWindowName}>Отменить</button>
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
@@ -393,9 +393,10 @@ const Profile = () => {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className="modal-buttons">
|
||||
<div>
|
||||
<button type="submit">Изменить пароль</button>
|
||||
<button
|
||||
className="Important-button"
|
||||
type="button"
|
||||
onClick={() => setShowChangePassword(false)}
|
||||
>
|
||||
@@ -435,9 +436,10 @@ const Profile = () => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="modal-buttons">
|
||||
<div>
|
||||
<button type="submit">Сохранить описание</button>
|
||||
<button
|
||||
className="Important-button"
|
||||
type="button"
|
||||
onClick={closeDescriptionModal}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user