@mixd-id/web-scaffold 0.1.230406244 → 0.1.230406245

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mixd-id/web-scaffold",
3
3
  "private": false,
4
- "version": "0.1.230406244",
4
+ "version": "0.1.230406245",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -165,6 +165,9 @@ export default {
165
165
  .dropdown:not(.readonly){
166
166
  @apply hover:border-text-300;
167
167
  }
168
+ .dropdown.readonly{
169
+ @apply bg-text-50;
170
+ }
168
171
 
169
172
  .dropdown select,
170
173
  .dropdown input{
@@ -178,7 +178,7 @@ export default{
178
178
  }
179
179
 
180
180
  .textbox.readonly{
181
- @apply bg-base-50;
181
+ @apply bg-text-50;
182
182
  }
183
183
 
184
184
  .size-sm input{ @apply text-sm; }