Skip to content

Commit ec6bd2b

Browse files
committed
update links in README
add heal/gen3 colors to SamplePage
1 parent ac106e7 commit ec6bd2b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ changes to ```main``` can be pulled from the Common Frontend Repository by runni
2828
git pull upstream main
2929
```
3030

31-
Please see [Styling and Theming](https://github.com/uc-cdis/gen3-frontend-framework/blob/develop/docs/Local%20Development/Styling%20and%20Theming.md) and [Local Development with Helm Charts](https://github.com/uc-cdis/gen3-frontend-framework/blob/develop/docs/Local%20Development/Using%20Helm%20Charts/Local%20Development%20with%20Helm%20Charts.md)
31+
Please see [Styling and Theming](https://github.com/uc-cdis/gen3-frontend-framework/blob/develop/docs/Configuration/Styling%20and%20Theming.md) and [Local Development with Helm Charts](https://github.com/uc-cdis/gen3-frontend-framework/blob/develop/docs/Local%20Development/Using%20Helm%20Charts/Local%20Development%20with%20Helm%20Charts.md)
3232
for more information on setting up and configuring the Gen3 Data Commons Application.
3333
This documentation is currently less complete than we would like, but we will be adding to it as development progresses.
3434

src/pages/SamplePage.tsx

+6-4
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ const SamplePage = ({ headerProps, footerProps }: NavPageLayoutProps) => {
1717
key: 'gen3-sample-page',
1818
}}
1919
>
20-
<div className="w-full m-10">
20+
<div className="w-full m-10 bg-heal-light_purple">
2121
<Center>
22-
<Paper shadow="md" p="xl" withBorder>
23-
<Text>This is a example custom page in Gen3</Text>
24-
<Text>
22+
<Paper classNames={{
23+
root: "bg-heal-purple"
24+
}} shadow="md" p="xl" withBorder >
25+
<Text className="text-gen3-white">This is a example custom page in Gen3</Text>
26+
<Text className="text-gen3-smoke">
2527
You can add your own content here, and add a link to this page in
2628
the navigation bar by editing the config file in navigation.json
2729
</Text>

0 commit comments

Comments
 (0)