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 3e0ae8f commit df8590b
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 @@ -57,11 +57,11 @@ export const avatarTheme: AvatarTheme = {
baseTheme.outline.base,
'bg-black border-gray-700 light:border-gray-200 light:bg-gray-100'
].join(' '),
focused: [
hovered: [
baseTheme.outline.focused,
'hover:border-blue-400 light:hover:border-blue-400'
].join(' '),
hovered: [
focused: [
baseTheme.outline.hovered,
'focus:border-blue-500 light:focus:border-blue-500'
].join(' '),
Expand All @@ -72,11 +72,11 @@ export const avatarTheme: AvatarTheme = {
},
filled: {
base: [baseTheme.filled.base, 'bg-gray-700 light:bg-gray-200'].join(' '),
focused: [
hovered: [
baseTheme.outline.focused,
'hover:border-blue-400 light:hover:border-blue-400'
].join(' '),
hovered: [
focused: [
baseTheme.outline.hovered,
'focus:border-blue-500 light:focus:border-blue-500'
].join(' '),
Expand All @@ -89,11 +89,11 @@ export const avatarTheme: AvatarTheme = {
base: [baseTheme.colored.base, 'text-secondary light:text-gray-100'].join(
' '
),
focused: [
hovered: [
baseTheme.outline.focused,
'hover:border-blue-400 light:hover:border-blue-400'
].join(' '),
hovered: [
focused: [
baseTheme.outline.hovered,
'focus:border-blue-500 light:focus:border-blue-500'
].join(' '),
Expand Down

0 comments on commit df8590b

Please sign in to comment.