feat: default project cover images tab on the change cover popover (#2375)
* feat: default project cover images tab * chore: remove unnecessary env vars from turbo.json
This commit is contained in:
parent
64af5e2e75
commit
77c1b90e6b
6 changed files with 148 additions and 101 deletions
|
|
@ -393,7 +393,7 @@ export const CreateProjectModal: React.FC<Props> = ({
|
|||
value={value}
|
||||
onChange={onChange}
|
||||
options={options}
|
||||
buttonClassName="!px-2 shadow-md"
|
||||
buttonClassName="border-[0.5px] !px-2 shadow-md"
|
||||
label={
|
||||
<div className="flex items-center justify-center gap-2 py-[1px]">
|
||||
{value ? (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue