Skip to content

Commit

Permalink
update additional-features-styles.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
uvarov-frontend committed Nov 26, 2024
1 parent a832c0f commit a03d2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/additional-features-styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const options: Options = {
const calendar = new Calendar('#calendar', options);
calendar.init();

// Somewhere in the scientific world styles were created for the .arrow-smile class
// Add to your css and uncomment:
// button.arrow-smile::before {
// background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewport='0 0 24 24' style='fill:black;font-size:24px;'><text y='90%' x='0'>😊</text></svg>");
// transform: rotate(0);
Expand Down

0 comments on commit a03d2e3

Please sign in to comment.