Skip to content

Commit

Permalink
docs: make clear cache button adopt theming (#3010)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnickii authored Feb 2, 2024
1 parent 744976d commit f432d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/samples/general.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const Localization = () => html`
`;

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

0 comments on commit f432d85

Please sign in to comment.