update styling for language selector and reset code button in CodeChallenge component
This commit is contained in:
@@ -887,9 +887,9 @@ int main() {
|
||||
<option value="C">C</option>
|
||||
</select>
|
||||
<button className="reset-code-btn">
|
||||
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2">
|
||||
<path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"/>
|
||||
<path d="M21 3v5h-5"/>
|
||||
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2">
|
||||
<polyline points="16 18 22 12 16 6"></polyline>
|
||||
<polyline points="8 6 2 12 8 18"></polyline>
|
||||
</svg>
|
||||
Reset Code
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user