-
Notifications
You must be signed in to change notification settings - Fork 48
UI update #626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
UI update #626
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -238,21 +238,8 @@ body[data-framer-theme="dark"] .error-container { | |
| user-select: none; | ||
| } | ||
|
|
||
| .framer-button-primary { | ||
| --framer-color-text-reversed: #000; | ||
| background-color: #fff !important; | ||
| } | ||
|
|
||
| body[data-framer-theme="light"] { | ||
| .framer-button-primary { | ||
| --framer-color-text-reversed: #fff; | ||
| background-color: #000 !important; | ||
| } | ||
| } | ||
|
|
||
| .upload-cta { | ||
| width: 100%; | ||
| background: var(--framer-color-bg-tertiary); | ||
|
Comment on lines
-241
to
-255
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If you're going to remove the custom button colors in Dither then remove it from ASCII too, because it has the same button style. |
||
| } | ||
|
|
||
| .asset-buttons { | ||
|
|
||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,7 +14,7 @@ export const MenuOption = ({ icon, title, to, className, onClick }: Props) => { | |
|
|
||
| return ( | ||
| <button | ||
| className={cx("h-[110px] w-full tile col items-center justify-center rounded-md", className)} | ||
| className={cx("h-[110px] w-full col items-center justify-center rounded-md", className)} | ||
| onClick={() => { | ||
|
Comment on lines
16
to
18
|
||
| if (onClick) { | ||
| onClick() | ||
|
|
||

There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This plugin now pins
framer-pluginto apkg.pr.newtarball URL. If this is meant to ship, it’s safer to depend on a published npm version (or an internal registry) to avoid relying on an external preview service and to keep dependency management consistent across the repo.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes will change when ready