Skip to content

Commit

Permalink
env to aced, color changes, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnwai committed Jun 14, 2024
1 parent 7e41bdc commit 69acf02
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/src/components/Buttons/Gen3Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface Gen3ButtonProps {
export const Gen3Button = tw.div<Gen3ButtonProps>`
inline-block
text-center
text-accent-contrast-lighter
text-primary-contrast
leading-[1.5]
font-semibold
border-4
Expand All @@ -22,7 +22,7 @@ ${(p) => `hover:bg-${p.colors}-max`}

export const Gen3ButtonReverse = tw.div<Gen3ButtonProps>`
bg-base-max
text-accent-contrast
text-primary-contrast
border-accent-lighter
inline-block
text-center
Expand Down
3 changes: 0 additions & 3 deletions packages/frontend/src/features/Profile/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ const Profile = ({ profileConfig }: ProfileProps) => {
chevronPosition="left"
chevron={<Caret className="text-primary-contrast" size="1.75rem" />}
defaultValue={['apiKeys']}
classNames={{
label: 'text-secondary-contrast-lighter font-heading font-bold',
}}
>
{/* <Accordion.Item value="externalLogins">
<div className="bg-secondary-lighter">
Expand Down
4 changes: 2 additions & 2 deletions packages/frontend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export {
type Fonts,
type RegisteredIcons,
type SessionConfiguration,
SmmartPage,
ErrorCard,
DiscoveryPage,
DiscoveryPageGetServerSideProps,
Expand Down Expand Up @@ -99,6 +100,5 @@ export {
AiSearchPage,
AISearchPageGetServerSideProps,
SubmissionPage,
SubmissionPageGetServerSideProps,
SmmartPage
SubmissionPageGetServerSideProps
};
8 changes: 5 additions & 3 deletions packages/sampleCommons/.env.production
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
GEN3_COMMONS_NAME=gen3
#NEXT_PUBLIC_GEN3_API=https://development.compbio.ohsu.edu
NEXT_PUBLIC_GEN3_API=https://aced-training.compbio.ohsu.edu:3010
GEN3_COMMONS_NAME=aced
NEXT_PUBLIC_GEN3_API=https://development.aced-idp.org
NEXT_PUBLIC_GEN3_GUPPY_API=https://development.aced-idp.org/guppy
NEXT_PUBLIC_GEN3_SUBMISSION_API=https://development.aced-idp.org/api/v0/submission
NEXT_PUBLIC_GEN3_DOMAIN=https://development.aced-idp.org

0 comments on commit 69acf02

Please sign in to comment.