mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-21 00:04:27 +01:00
add a "why" to fee warnings
This commit is contained in:
committed by
Tony Giorgio
parent
3eba44f8c7
commit
fe22e4cc8c
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user