fix: minor files related fixes (#1016)
This commit is contained in:
@@ -101,7 +101,7 @@ export const AttachedFilesPopover: FunctionComponent<Props> = observer(
|
||||
<div className="relative">
|
||||
<input
|
||||
type="text"
|
||||
className="w-full rounded py-1.5 px-3 text-input bg-default border-solid border-1 border-main"
|
||||
className="color-text w-full rounded py-1.5 px-3 text-input bg-default border-solid border-1 border-main"
|
||||
placeholder="Search files..."
|
||||
value={searchQuery}
|
||||
onInput={(e) => {
|
||||
|
||||
@@ -76,7 +76,7 @@ export class FeaturesState {
|
||||
}
|
||||
|
||||
private isEntitledToFilesBeta(): boolean {
|
||||
if (window.enabledUnfinishedFeatures) {
|
||||
if (isDev && this.application.hasAccount()) {
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user