Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy committed May 13, 2024
1 parent df8590b commit 6d9d056
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/elements/Avatar/AvatarTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ export const avatarTheme: AvatarTheme = {
'bg-black border-gray-700 light:border-gray-200 light:bg-gray-100'
].join(' '),
hovered: [
baseTheme.outline.focused,
baseTheme.outline.hovered,
'hover:border-blue-400 light:hover:border-blue-400'
].join(' '),
focused: [
baseTheme.outline.hovered,
baseTheme.outline.focused,
'focus:border-blue-500 light:focus:border-blue-500'
].join(' '),
disabled: [
Expand All @@ -73,11 +73,11 @@ export const avatarTheme: AvatarTheme = {
filled: {
base: [baseTheme.filled.base, 'bg-gray-700 light:bg-gray-200'].join(' '),
hovered: [
baseTheme.outline.focused,
baseTheme.outline.hovered,
'hover:border-blue-400 light:hover:border-blue-400'
].join(' '),
focused: [
baseTheme.outline.hovered,
baseTheme.outline.focused,
'focus:border-blue-500 light:focus:border-blue-500'
].join(' '),
disabled: [
Expand All @@ -90,11 +90,11 @@ export const avatarTheme: AvatarTheme = {
' '
),
hovered: [
baseTheme.outline.focused,
baseTheme.outline.hovered,
'hover:border-blue-400 light:hover:border-blue-400'
].join(' '),
focused: [
baseTheme.outline.hovered,
baseTheme.outline.focused,
'focus:border-blue-500 light:focus:border-blue-500'
].join(' '),
disabled: [
Expand Down

0 comments on commit 6d9d056

Please sign in to comment.