-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add styles to all fidgets #216
Conversation
glebovsky
commented
Jul 3, 2024
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -54,7 +54,6 @@ export const FontSelector: React.FC<FontSelectorProps> = ({ | |||
</SelectTrigger> | |||
<SelectContent> | |||
{settings.map((font, i) => { | |||
console.log({ font }); |
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.
Sorry about that
@@ -70,7 +70,7 @@ const FidgetSettingsRow: React.FC<FidgetSettingsRowProps> = ({ | |||
return ( | |||
<div | |||
className={mergeClasses( | |||
"text-gray-700 md:flex-col md:items-center m-2", | |||
"text-gray-700 md:flex-col md:items-center", |
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.
Tighten the space a bit
@@ -254,7 +254,7 @@ export const FidgetSettingsEditor: React.FC<FidgetSettingsEditorProps> = ({ | |||
</> | |||
) : ( | |||
// X Button and Save Button (shows first) | |||
<div className="flex pt-2 gap-2 flex items-center justify-center"> | |||
<div className="pt-2 gap-2 flex items-center justify-center"> |
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.
dupe
}} | ||
> | ||
{bundle.config.editable && ( | ||
<button | ||
onMouseDown={onClickEdit} | ||
className="flex items-center justify-center opacity-0 hover:opacity-50 duration-500 absolute inset-0 z-10 flex bg-slate-400 bg-opacity-50 rounded-md" | ||
className="items-center justify-center opacity-0 hover:opacity-50 duration-500 absolute inset-0 z-10 flex bg-slate-400 bg-opacity-50 rounded-md" |
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.
dupe