margo-ui 2.0.0 → 2.0.1
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,9 +1,9 @@
|
|
|
1
1
|
export const buttonBaseClassName = `group/button flex h-8 w-fit shrink-0 items-center px-2 rounded-lg border-2 text-on-main
|
|
2
2
|
hover:border-on-main hover:text-on-main focus-visible:border-primary
|
|
3
3
|
focus-visible:outline focus-visible:outline-offset-1 focus-visible:outline-on-main
|
|
4
|
-
select-none origin-center transition-transform duration-[160ms] ease-out active:scale-[0.95]`;
|
|
4
|
+
select-none origin-center transition-transform duration-[160ms] ease-out active:scale-[0.95] bg-main`;
|
|
5
5
|
|
|
6
|
-
export const buttonSurfaceClassName = "border-border
|
|
6
|
+
export const buttonSurfaceClassName = "border-border";
|
|
7
7
|
|
|
8
8
|
export const buttonActiveClassName = "border-primary shadow-button";
|
|
9
9
|
|