fix(cli): add extra margin between mosaic icon and text
This commit is contained in:
@@ -33,7 +33,7 @@ function formatContextWindow(n: number): string {
|
|||||||
*/
|
*/
|
||||||
function MosaicIcon() {
|
function MosaicIcon() {
|
||||||
return (
|
return (
|
||||||
<Box flexDirection="column" marginRight={1}>
|
<Box flexDirection="column" marginRight={2}>
|
||||||
<Text>
|
<Text>
|
||||||
<Text color="#2f80ff">██</Text>
|
<Text color="#2f80ff">██</Text>
|
||||||
<Text> </Text>
|
<Text> </Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user