Skip to content

Commit

Permalink
chore(create-electron): update playground
Browse files Browse the repository at this point in the history
  • Loading branch information
alex8088 committed Feb 18, 2024
1 parent 95fc42f commit e712892
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const App: Component = () => {
<div class="creator">Powered by electron-vite</div>
<div class="text">
Build an Electron app with <span class="solid">Solid</span>
&nbsp;and <span className="ts">TypeScript</span>
&nbsp;and <span class="ts">TypeScript</span>
</div>
<p class="tip">Please try pressing <code>F12</code> to open the devTool</p>
<div class="actions">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@ code {
font-weight: 700;
}

.ts {
background: -webkit-linear-gradient(315deg, #3178c6 45%, #f0dc4e);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 700;
}

.actions {
display: flex;
padding-top: 32px;
Expand Down

0 comments on commit e712892

Please sign in to comment.