frappe-ui 0.0.5 → 0.0.6
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
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
/>
|
|
9
9
|
<div
|
|
10
10
|
v-else
|
|
11
|
-
class="flex items-center justify-center w-full h-full text-
|
|
11
|
+
class="flex items-center justify-center w-full h-full text-gray-600 uppercase bg-gray-200"
|
|
12
12
|
:class="{ sm: 'text-xs', md: 'text-base', lg: 'text-lg' }[size]"
|
|
13
13
|
>
|
|
14
14
|
{{ label && label[0] }}
|