@insymetri/styleguide 0.1.37 → 0.1.38
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.
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
{#each tabs as tab (tab.value)}
|
|
66
66
|
<button
|
|
67
67
|
class={cn(
|
|
68
|
-
'flex items-center px-10 rounded-
|
|
68
|
+
'flex items-center px-10 rounded-control border-none outline-none cursor-default whitespace-nowrap',
|
|
69
69
|
densityClasses[density.value],
|
|
70
70
|
value === tab.value
|
|
71
71
|
? 'bg-gray-100 text-gray-700'
|
package/dist/style/colors.css
CHANGED