We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc60dfd commit f9f23b4Copy full SHA for f9f23b4
ui.js
@@ -55,7 +55,7 @@ const App = () => {
55
<Box flexDirection="column" minHeight={appheight}>
56
{showLogo && <Logo />}
57
<Box
58
- borderStyle={changeBorder} //HERE IS HTE CURRENT BORDER TO CHANGE
+ borderStyle={changeBorder} //HERE IS THE CURRENT BORDER TO CHANGE
59
borderColor={accentColor}
60
className="full-app"
61
height={20}
0 commit comments