mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 20:16:26 +08:00
init: the first public commit for AFFiNE
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
/**
|
||||
* Some icons may be downloaded with incorrect styles, and some styles need to be added.
|
||||
* key is the name of the icon's kebab-case.
|
||||
*/
|
||||
const patchStyles = {
|
||||
// add: {
|
||||
// fill: 'none',
|
||||
// fillOpacity: 0,
|
||||
// stroke: 'currentColor'
|
||||
// },
|
||||
// text: {
|
||||
// stroke: 'currentColor'
|
||||
// },
|
||||
// rectangle: {
|
||||
// fill: 'none',
|
||||
// fillOpacity: 0,
|
||||
// stroke: 'currentColor'
|
||||
// },
|
||||
// ellipse: {
|
||||
// fill: 'none',
|
||||
// fillOpacity: 0,
|
||||
// stroke: 'currentColor'
|
||||
// },
|
||||
// triangle: {
|
||||
// fill: 'none',
|
||||
// fillOpacity: 0,
|
||||
// stroke: 'currentColor'
|
||||
// },
|
||||
// polygon: {
|
||||
// fill: 'none',
|
||||
// fillOpacity: 0,
|
||||
// stroke: 'currentColor'
|
||||
// },
|
||||
// shape: {
|
||||
// fill: 'none',
|
||||
// fillOpacity: 0,
|
||||
// stroke: 'currentColor'
|
||||
// }
|
||||
};
|
||||
|
||||
module.exports = patchStyles;
|
||||
Reference in New Issue
Block a user