add a "why" to fee warnings

This commit is contained in:
Paul Miller
2023-06-08 12:12:10 -05:00
committed by Tony Giorgio
parent 3eba44f8c7
commit fe22e4cc8c
7 changed files with 86 additions and 16 deletions

View File

@@ -185,7 +185,7 @@ export const SmallAmount: ParentComponent<{
};
export const NiceP: ParentComponent = (props) => {
return <p class="text-xl font-light">{props.children}</p>;
return <p class="text-xl font-light text-neutral-200">{props.children}</p>;
};
export const TinyText: ParentComponent = (props) => {