Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ template: default

Although `accent-color` that we've set in the previous step already impacts this element, we can customize it even further!

Let's start by setting removing the border from the element. As you do it, you will notice that it will also change other aspects of the default appearance, like the height and radius.
Let's start by removing the border from the element. As you do that, you will notice that it will also change other aspects of the default appearance, like the height and radius.

```css add={2}
progress {
Expand Down
Loading