mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-30 05:34:21 +03:00
chore: better style code
This commit is contained in:
parent
57067b43b3
commit
5e6c4872c2
@ -87,7 +87,6 @@ export const WorkspaceModal = ({ open, onClose }: LoginModalProps) => {
|
||||
border: '1px solid #fff',
|
||||
color: '#fff',
|
||||
fontSize: '22px',
|
||||
padding: '5px 0 0 5px;',
|
||||
background: stringToColour(item.name || 'AFFiNE'),
|
||||
borderRadius: '50%',
|
||||
textAlign: 'center',
|
||||
|
@ -90,7 +90,6 @@ export const GeneralPage = ({ workspace }: { workspace: Workspace }) => {
|
||||
border: '1px solid #fff',
|
||||
color: '#fff',
|
||||
fontSize: '26px',
|
||||
padding: '5px 0 0 5px;',
|
||||
background: stringToColour(workspace?.name ?? 'AFFiNE'),
|
||||
borderRadius: '50%',
|
||||
textAlign: 'center',
|
||||
|
@ -42,7 +42,6 @@ export const WorkspaceSelector = () => {
|
||||
border: '1px solid #fff',
|
||||
color: '#fff',
|
||||
fontSize: '14px',
|
||||
padding: '5px 0 0 5px;',
|
||||
background: stringToColour(workspace?.name ?? 'AFFiNE'),
|
||||
borderRadius: '50%',
|
||||
textAlign: 'center',
|
||||
|
Loading…
Reference in New Issue
Block a user