@editora/themes 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@editora/themes",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Themes and styling system for Editora Rich Text Editor with light/dark mode support",
5
5
  "author": "Ajay Kumar <ajaykr089@gmail.com>",
6
6
  "license": "MIT",
package/src/index.css CHANGED
@@ -189,6 +189,11 @@
189
189
  font-size: 14px;
190
190
  line-height: 1;
191
191
  }
192
+ .rte-toolbar-button span{
193
+ display: flex;
194
+ justify-content: center;
195
+ align-items: center;
196
+ }
192
197
 
193
198
  .rte-toolbar-button svg,
194
199
  .editora-toolbar-button svg,
@@ -80,7 +80,11 @@
80
80
  .rte-toolbar-button:hover {
81
81
  background: #e9e9e9;
82
82
  }
83
-
83
+ .rte-toolbar-button span{
84
+ display: flex;
85
+ justify-content: center;
86
+ align-items: center;
87
+ }
84
88
  .rte-toolbar-input {
85
89
  width: 26px;
86
90
  padding: 6px 8px;