Skip to content

Commit f432d85

Browse files
authored
docs: make clear cache button adopt theming (#3010)
1 parent 744976d commit f432d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/samples/general.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const Localization = () => html`
9090
`;
9191

9292
export const cache = () => html`
93-
<button id="ClearCacheButton" type="button">Clear Cache</button>
93+
<fluent-button id="ClearCacheButton" appearance="accent">Clear Cache</fluent-button>
9494
<div id="status" class="notes"></div>
9595
<span class="notes"
9696
>*Note* Please refer to your browser Developer Tools -> Applications -> Storage -> IndexedDB for cached

0 commit comments

Comments
 (0)