This commit is contained in:
Kakabay 2024-10-28 16:13:48 +05:00
parent 7c70dbe035
commit af479bb115
6 changed files with 9 additions and 9 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
dist/assets/index-xzrvEEXM.css vendored Normal file

File diff suppressed because one or more lines are too long

4
dist/index.html vendored
View File

@ -5,8 +5,8 @@
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TurkmenTv Sms ulgamy</title>
<script type="module" crossorigin src="/assets/index-ClGgs6PF.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CPacmMnN.css">
<script type="module" crossorigin src="/assets/index-BRKPY-2C.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-xzrvEEXM.css">
</head>
<body>
<div id="root"></div>

View File

@ -43,7 +43,7 @@ html {
--destructive: 0 84.2% 60.2%;
--destructive-foreground: 0 0% 98%;
--border: 0 0% 89.8%;
--input: 0 0% 89.8%;
/* --input: 0 0% 89.8%; */
--ring: 0 0% 3.9%;
--chart-1: 12 76% 61%;
--chart-2: 173 58% 39%;
@ -70,7 +70,7 @@ html {
--destructive: 0 62.8% 30.6%;
--destructive-foreground: 0 0% 98%;
--border: 0 0% 14.9%;
--input: 0 0% 14.9%;
/* --input: 0 0% 14.9%; */
--ring: 0 0% 83.1%;
--chart-1: 220 70% 50%;
--chart-2: 160 60% 45%;
@ -94,7 +94,7 @@ html {
@apply bg-lightBackground;
}
.input-style {
@apply bg-lightPrimaryContainer rounded-xl py-3 px-4 placeholder:text-[#BCBCD6] outline-none;
/* @apply bg-lightPrimaryContainer rounded-xl py-3 px-4 placeholder:text-[#BCBCD6] outline-none; */
}
.calendar [aria-label='Go to next month'] {

View File

@ -39,7 +39,7 @@ const SignUpPage = () => {
<input
id="login"
type="text"
className="px-[16px] py-[12px] bg-lightPrimaryContainer rounded-[12px] outline-none text-lightOnSurfaceVariant text-textSmall leading-textSmall"
className="px-[16px] py-[12px] bg-lightPrimaryContainer focus:bg-lightPrimaryContainer focus-within:bg-lightPrimaryContainer rounded-[12px] outline-none text-lightOnSurfaceVariant text-textSmall leading-textSmall"
value={login}
onChange={(e) => setLogin(e.target.value)}
placeholder="Login giriziň"
@ -52,7 +52,7 @@ const SignUpPage = () => {
<input
id="password"
type="password"
className="px-[16px] py-[12px] bg-lightPrimaryContainer rounded-[12px] outline-none text-lightOnSurfaceVariant text-textSmall leading-textSmall"
className="px-[16px] py-[12px] bg-lightPrimaryContainer focus:bg-lightPrimaryContainer focus-within:bg-lightPrimaryContainer rounded-[12px] outline-none text-lightOnSurfaceVariant text-textSmall leading-textSmall"
value={password}
onChange={(e) => setPassword(e.target.value)}
placeholder="Açar sözi giriziň"