Toyshot commited on
Commit
97da5e7
·
verified ·
1 Parent(s): b7ade5c

Where is the orange aura around the input prompt box

Browse files
Files changed (1) hide show
  1. index.html +5 -5
index.html CHANGED
@@ -138,8 +138,8 @@
138
 
139
  <!-- Input Box -->
140
  <div class="w-full max-w-2xl">
141
- <div class="bg-dark-700 rounded-xl p-1.5 shadow-lg">
142
- <div class="relative">
143
  <p class="text-sm text-gray-400 px-4 pt-3 pb-1">How can I help you today?</p>
144
  <div class="absolute left-4 bottom-3 flex items-center space-x-3">
145
  <button class="w-5 h-5 text-gray-400 hover:text-gray-300">
@@ -154,9 +154,9 @@
154
  </div>
155
  <input
156
  type="text"
157
- placeholder=""
158
- class="w-full bg-dark-700 px-4 pt-3 pb-10 rounded-xl focus:outline-none pr-12"
159
- >
160
  <div class="absolute right-2 bottom-3 flex items-center space-x-2">
161
  <div class="flex items-center px-2.5 py-1 rounded-lg hover:bg-dark-600">
162
  <span class="text-sm text-gray-400">Sonnet 4.5</span>
 
138
 
139
  <!-- Input Box -->
140
  <div class="w-full max-w-2xl">
141
+ <div class="bg-dark-700 rounded-xl p-1.5 shadow-lg ring-2 ring-accent-500/20 hover:ring-accent-500/40 transition-all duration-200">
142
+ <div class="relative">
143
  <p class="text-sm text-gray-400 px-4 pt-3 pb-1">How can I help you today?</p>
144
  <div class="absolute left-4 bottom-3 flex items-center space-x-3">
145
  <button class="w-5 h-5 text-gray-400 hover:text-gray-300">
 
154
  </div>
155
  <input
156
  type="text"
157
+ placeholder=""
158
+ class="w-full bg-dark-700 px-4 pt-3 pb-10 rounded-xl focus:outline-none pr-12 focus:ring-2 focus:ring-accent-500/50"
159
+ >
160
  <div class="absolute right-2 bottom-3 flex items-center space-x-2">
161
  <div class="flex items-center px-2.5 py-1 rounded-lg hover:bg-dark-600">
162
  <span class="text-sm text-gray-400">Sonnet 4.5</span>