diff --git a/app/globals.css b/app/globals.css index c7e774a..b6242b3 100644 --- a/app/globals.css +++ b/app/globals.css @@ -57,9 +57,9 @@ input { font-family: inherit; font-size: inherit; color: inherit; - } -input,textarea{ +input, +textarea { -webkit-user-select: auto; /* Safari */ -moz-user-select: auto; /* Firefox */ -ms-user-select: auto; /* IE/Edge */ @@ -273,6 +273,18 @@ input,textarea{ .adm-dialog .adm-dialog-content { max-height: none; height: 100%; + color: #ffffff85; +} +.adm-dialog .adm-dialog-header { + font-size: large; +} +.adm-dialog .adm-dialog-footer .adm-dialog-action-row { + & > :first-child { + color: #ffffff80; + } + & > :last-child { + color: #ffffff; + } } .adm-toast-icon { display: flex; diff --git a/app/my/editprofile/editHome/page.jsx b/app/my/editprofile/editHome/page.jsx index e847896..a362782 100644 --- a/app/my/editprofile/editHome/page.jsx +++ b/app/my/editprofile/editHome/page.jsx @@ -652,6 +652,7 @@ export default function EditHome() {